VbaModule
VbaModule class
Represents module that is contained in VBA project.
getName
Name | Description |
---|---|
getName () | Gets the name of the module. Read-only String. |
Returns: String
getSourceCode
Name | Description |
---|---|
getSourceCode () | Returns or sets the source code of the module. Read/write String. |
Returns: String
setSourceCode
Name | Description |
---|---|
setSourceCode (String) | Returns or sets the source code of the module. Read/write String. |
Returns: void