Description
Returns a reference to the VBA object model.
-
Property type
-
A VBE object.
-
Syntax
-
object.VBE
The VBE Property syntax has these parts: |
| object | An expression evaluating to an object of type McApplication. | Remarks
The VBA object model can be used to control the VBA Integrated Development Environment (IDE). This includes displaying windows, configuring menus and examining VB sources for macros, forms and classes.
Notes
The VBA IDE object model is defined in the Microsoft Visual Basic for Applications Extensibility type library which is not automatically referenced in user projects (VB or VBA).
|