VBE Property
Applies To
Application object.
Description
Returns a VBE object that represents the Visual Basic Editor. Read-only.
Example
This example changes the name of the active Visual Basic project.
Application.VBE.ActiveVBProject.Name = "TestProject"