Aspose.Words.Vba
The Aspose.Words.Vba namespace provides classes to work with VBA projects.
Classes
| Class | Description |
|---|---|
| VbaExecutableAttribute | |
| VbaModule | Provides access to VBA project module. |
| VbaModuleCollection | Represents a collection of VbaModule objects. |
| VbaProject | Provides access to VBA project information. A VBA project inside the document is defined as a collection of VBA modules. |
| VbaReference | Implements a reference to an Automation type library or VBA project. |
| VbaReferenceCollection | Represents a collection of VbaReference objects. |
Enumeration
| Enumeration | Description |
|---|---|
| VbaModuleType | Specifies the type of a model in a VBA project. |
| VbaReferenceType | Allows to specify the type of a VbaReference object. |