Aspose Cell VBA- AddIn Support

Hi,

I would like to know exactly what you mean by VBA, AddIn support. Where in your site that I can get more information about this?

Thanks.

Ken

Hi Ken,

Thanks for your inquiry.

Well, it means if you got an excel file having vbas/macros etc. in it and when you load/open the template file with Aspose.Cells APIs, the component will preserve the vbas/macros with the file and save/save as with the file. It is to be noted here, Aspose.Cells does not support to manipulate macros/vbas etc., it currently supports to remove macros (attached with the file) only using Workbook.RemoveMacro() method.

Thank you.