VbaModule
Contents
[
Hide
]VbaModule class
Represents the module in VBA project.
Methods
| Name | Description |
|---|---|
| getBinaryCodes() | |
| getCodes() | Gets and sets the codes of module. |
| getName() | Gets and sets the name of Module. |
| getType() | Gets the type of module. The value of the property is VbaModuleType integer constant. |
| setCodes() | Gets and sets the codes of module. |
| setName() | Gets and sets the name of Module. |
getBinaryCodes()
getCodes()
Gets and sets the codes of module.
getName()
Gets and sets the name of Module.
getType()
Gets the type of module. The value of the property is VbaModuleType integer constant.
setCodes()
Gets and sets the codes of module.
setName()
Gets and sets the name of Module.