Aspose.Words.Vba Namespace

The Aspose.Words.Vba namespace provides classes to work with VBA projects.

A VbaProject inside the document is defined as a collection of VbaModule.

ExpandedClasses

  ClassDescription
Public classCode exampleVbaModule
Provides access to VBA project module.
Public classCode exampleVbaModuleCollection
Represents a collection of VbaModule objects.
Public classCode exampleVbaProject
Provides access to VBA project information. A VBA project inside the document is defined as a collection of VBA modules.
Public classCode exampleVbaReference
Implements a reference to an Automation type library or VBA project.
Public classCode exampleVbaReferenceCollection
Represents a collection of VbaReference objects.

ExpandedEnumerations

  EnumerationDescription
Public enumerationCode exampleVbaModuleType
Specifies the type of a model in a VBA project.
Public enumerationCode exampleVbaReferenceType
Allows to specify the type of a VbaReference object.