IVbaModule class

IVbaModule class

Represents module that is contained in VBA project.

The IVbaModule type exposes the following members:

Properties

PropertyDescription
nameName of the module.
Read-only str.
source_codeSource code of the module.
Read/write str.

See Also