VBE Property
Applies To
Application object, Global object.
Description
Returns a VBE object that represents the VB Editor. Read-only.
See Also
ShowVisualBasicEditor property, VBProject property.
Example
This example displays the number of references available for the active project.
MsgBox "References = " & VBE.ActiveVBProject.References.Count