VbaModule

VbaModule class

Represents the module in VBA project.

Properties

NameTypeDescription
NameStringGets and sets the name of Module.
TypeintGets the type of module. The value of the property is VbaModuleType integer constant.
BinaryCodesbyte[]
CodesStringGets and sets the codes of module.

VbaModule.Name property

Gets and sets the name of Module.

Type: String

VbaModule.Type property

Gets the type of module. The value of the property is VbaModuleType integer constant.

Type: int

VbaModule.BinaryCodes property

Type: byte[]

VbaModule.Codes property

Gets and sets the codes of module.

Type: String