Excel Macros

Please let me know what support Aspose.Cells has for Excel VBA Macros? Can you execute them through your API? Are all API calls non-destructive to existing Macros?

Thanks,
-Eric

This message was posted using Banckle Live Chat 2 Forum

Hi Eric,


Thank you for considering Aspose APIs.

Please note, the current implementation of Aspose.Cells APIs can retain or remove the macros from the spreadsheet if it originally contains VBA modules. Moreover, you can use Aspose.Cells APIs to add or update the VBA code and assign the VBA modules to the controls in the spreadsheet, however, you cannot dynamically execute the VBA modules using Aspose.Cells APIs.