0

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?

lochok
  • 363
  • 1
  • 4
  • 20
  • https://stackoverflow.com/questions/45156707/office-js-vba-addin-how-to-mix-together – Tim Williams Oct 21 '20 at 04:55
  • Or maybe https://ramblings.mcpher.com/get-started-snippets/step-by-step-guides/how-to-add-flightpaths-on-a-map/how-to-use-javascript-from-vba/ might be useful – Tim Williams Oct 21 '20 at 05:02

1 Answers1

1

Unfortunately this is not a scenarios supported by Microsoft nowadays.

lijiaMSFT
  • 11
  • 1