Hello,
I am looking at running a specific COM Add in that I am already running in the Interop/VSTO library.
The line of code in this library is:
Office.COMAddIn comaddin = xlapp.COMAddIns.Item("thinkcell.addin");
Whereas xlapp is the application instance, it can be excel or powerpoint. However, I am looking to see if there is an equivalent in Aspose to call this add in? I can’t find it in the documentation.
If this is not possible, I feel being able to run it as a macro could be the next best option but I see from previous topics that running a macro is not support, however this was from an article back in Feb 2010, has this changed since then?