CodeModule Property (VBA Add-In Object Model)
Returns an object representing the code behind the component. Read-only.
Remarks
The CodeModule property returns Nothing if the component doesn't have a code module associated with it.
Note
|
|---|
| The CodePane object represents a visible code window. A given component can have several CodePane objects. The CodeModule object represents the code within a component. A component can only have one CodeModule object. |
Note