Reputation: 363
I'm maintaining a legacy Excel workbook that has a significant amount done in VBA. For threading's sake, I need to move some of that work out of VBA. I have prototyped a DLL written in C#, but deployment (with registration) is more difficult.
Can you interact with the new HTML5 style add-ins using VBA? So, in this case, writing a function in Javascript, and then calling it with specific parameters from the existing VBA macro. If so, how?
Upvotes: 0
Views: 231
Reputation: 11
Unfortunately this is not a scenarios supported by Microsoft nowadays.
Upvotes: 1