VbaModule class

VbaModule class

Represents module that is contained in VBA project.

The VbaModule type exposes the following members:

Properties

PropertyDescription
nameGets the name of the module.
Read-only str.
source_codeReturns or sets the source code of the module.
Read/write str.

See Also