IVbaProject class

IVbaProject class

Represents VBA project with presentation macros.

The IVbaProject type exposes the following members:

Properties

PropertyDescription
nameReturns the name of the VBA project.
Read-only str.
modulesReturns the list of all modules that are contained in the VBA project.
Read-only IVbaModuleCollection.
referencesReturns the list of all references that are contained in the VBA project.
Read-only IVbaReferenceCollection.
is_password_protectedIndicates whether the VBAProject is protected by a password to view project properties.
Read-only bool.

Methods

MethodDescription
to_binaryReturns the binary representation of the VBA project as OLE container.
Read-only int[].

See Also