VbaProject class

VbaProject class

Represents the VBA project.

The VbaProject type exposes the following members:

Properties

PropertyDescription
nameGets and sets the name of the VBA project.
is_signedIndicates whether VBAcode is signed or not.
modulesGets all VbaModule objects.
referencesGets all references of VBA project.

See Also