Search notes:

VB Editor Object Model: VBE

VBE is the root object of the VB Editor Object model: it contains all other objects and collections
In most Office applications, this object can be referred to via application.vbe. A notebale exception is Outlook's object model which, probably for security reasons, does not allow to refer to this object.

Properties and methods

Version
VBProjects
CommandBars CommandBars is actually a collection that is defined in the Office Object Model (not the VB Editor Object Model). See also iterate over controls of the VB Editor
CodePanes
Windows
Events
ActiveVBProject A VBProject object.
SelectedVBComponent
MainWindow
ActiveWindow
ActiveCodePane
Addins

Index