spences10 / VBA-IDE-Code-Export

Export & Import VBA code for use with Git (or any VCS)
MIT License
119 stars 34 forks source link

Use this tool on itself to make the build process simple #8

Closed mattpalermo closed 7 years ago

mattpalermo commented 7 years ago

Set up a template file VBA-IDE-Code-Export.xlsm. This template is just a blank workbook with the necessary library references already set. Note that in order to get the library references to stay, there must be some code in the VBAProject, so there is an empty module in the template VBA code. This empty module should be removed when the other code is imported.

The new simple build process is described in the README.

Note: This is based off my noconfig branch since that was a significant re-write and I am making the assumption that that pull request will be accepted.

spences10 commented 7 years ago

Great work @mattpalermo :+1: