I am looking to call an excel Macro as part of a build script. I was trying to use powershell to call into excel. I was using the following article as a reference:
http://www.microsoft.com/technet/scriptcenter/resources/qanda/sept06/hey0908.mspx
This approach did not work due to the fact that there seems to be a bug that only allows for en-us Culture to work this way.
What other possibilities is there for call a macro from a build script? I would really appreciate it if you could point me in the direction of any articles for reference.