Global.VBE Property (Word)
Returns a VBE object that represents the Visual Basic Editor.
Syntax
expression .VBE
expression Required. A variable that represents a Global object.
Example
This example displays the number of references available for the active project.
MsgBox "References = " & VBE.ActiveVBProject.References.Count