https://github.com/BriargateExcel/TableManager
VBA Code to Edit Excel TAbles
https://github.com/BriargateExcel/TableManager
userforms vba vba-excel
Last synced: 4 months ago
JSON representation
VBA Code to Edit Excel TAbles
- Host: GitHub
- URL: https://github.com/BriargateExcel/TableManager
- Owner: BriargateExcel
- Created: 2017-06-30T21:33:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T22:11:18.000Z (over 6 years ago)
- Last Synced: 2024-08-13T07:18:26.800Z (8 months ago)
- Topics: userforms, vba, vba-excel
- Language: Visual Basic
- Size: 11.9 MB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
- jimsghstars - BriargateExcel/TableManager - VBA Code to Edit Excel TAbles (Visual Basic)
README
# BriargateExcel Table Manager
The VBA code in this repository allows the user to edit the contents of an Excel table.
There is extensive information on the process in the [BriargateExcel blog](http://BriargateExcel.com/).There are examples and instructions on how to use the Table Manager in the [Wiki](https://github.com/BriargateExcel/TableManager/wiki).
### UserForms in Main Project
This is an incomplete experiment to build the UserForms in the main workbook rather than build them in the XLAM project. I was able to build the UserForms in the main workbook but I was unable to Show them.