Question
Using MathCAD API with Office Add-Ins
Microsoft is depreciating Visual Basic for Applications and is moving to JavaScript based office add-ins. The office add-ins do not support the COM model. How can I connect the office add-ins in JavaScript with the MathCAD API? The office add-ins do not support ActiveXObjects anymore, so the Add-in fails if you try to use:
mathcad = new ActiveXObject("MathcadPrime.Application");

