All Questions
2 questions
1
vote
1
answer
978
views
Building an XLA from Source Programmatically
I have a (version controlled) folder of exported components of a VBA addin (i.e. a lot of cls, frm, frx, bas and txt files). Can someone give me a build script (can be a VB script, or something more ...
5
votes
3
answers
6k
views
Change .xla File with MSBuild
I'm trying to create a build script for my current project, which includes an Excel Add-in. The Add-in contains a VBProject with a file modGlobal with a variable version_Number. This number needs ...