Insert VBA macros in Excel document using Visual Basic.NET

Hi, Is it possible to create or edit macros in Excel from Aspose cells .NET in a Visual Basic.Net project?

@Eduardo_Landa,
You can work with the VBA project of a Workbook. See the documents with example code for your reference:

Workbook VBA Project

Hope, this helps a bit.