Returns a VBE object that represents the Visual Basic Editor. Read-only.
Example
This example sets the name of the active project in the Visual Basic Editor.
Application.VBE.ActiveVBProject.Name = "TestProject"
Returns a VBE object that represents the Visual Basic Editor. Read-only.
This example sets the name of the active project in the Visual Basic Editor.
Application.VBE.ActiveVBProject.Name = "TestProject"