Skip to content

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

Notifications You must be signed in to change notification settings

fl1ck3r/ExcelVersionControlTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages