I have a pair of excels with some interesting code I want to keep track in git. Keeping the whole excel is the easiest way to do, but I wondered how store a copy of the source files in a separate folder in order to maintain an adequate control over the source files itself.
Below is an vbs script I have to export the code of all the excel files of a directory into another directory. You have to do two things:
- configure the excelDir and sourcesDir with the apropiate values for