https://github.com/fl1ck3r/ExcelVersionControlTemplate
Allow GIT workflow to be done with Excel vba programming. The Template will export all vba modules into a subfolder (of Template file) /VisualBasic upon saving the file. It will also automatically import from this directory(if exists) upon opening the template
https://github.com/fl1ck3r/ExcelVersionControlTemplate
Last synced: 4 months ago
JSON representation
Allow GIT workflow to be done with Excel vba programming. The Template will export all vba modules into a subfolder (of Template file) /VisualBasic upon saving the file. It will also automatically import from this directory(if exists) upon opening the template
- Host: GitHub
- URL: https://github.com/fl1ck3r/ExcelVersionControlTemplate
- Owner: fl1ck3r
- Created: 2019-11-22T06:36:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T08:38:23.000Z (about 5 years ago)
- Last Synced: 2024-08-13T07:18:14.430Z (8 months ago)
- Language: VBA
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - fl1ck3r/ExcelVersionControlTemplate - Allow GIT workflow to be done with Excel vba programming. The Template will export all vba modules into a subfolder (of Template file) /VisualBasic upon saving the file. It will also automatically imp (VBA)
README
# ExcelVersionControlTemplate
Allow GIT workflow to be done with Excel vba programming. The Template will export all vba modules into a subfolder (of Template file) /VisualBasic upon saving the file. It will also automatically import from this directory(if exists) upon opening the template/VisualBasic/VersionControl.bas is the main code to import /export
/VisualBasic/ThisWorkbook.cls simply calls the main code upon saving or opening the excel file itself.
Inspired by User Demosthenex https://stackoverflow.com/questions/131605/best-way-to-do-version-control-for-ms-excel