Automatic export of all VBA files, in which code resides (modules, classes, worksheets, thisworkbook and forms) is actually the only thing needed for source control.
Once the export is done, the source control in VBA is like every other source control in every other "real" language.
Contents:
0:36 - how does it work
6:11 - adding to git
13:30 - adding "Extensibility" library for the VBE
Article for the video:
https://www.vitoshacademy.com/vba-sou...
GitHub code:
https://github.com/Vitosh/VBA_persona...