Running COM Add Ins and Macros in PowerPoint

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?

@BK.Broiler.730,
Thank you for contacting support.

Unfortunately, Aspose.Slides has not supported products for VSTO and add-ins for a long time. Aspose.Slides also does not run macros. The following page shows you the all Aspose.Slides APIs.