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"
Returns a VBE object that represents the Visual Basic Editor. Read-only.
This example changes the name of the active Visual Basic project.
Application.VBE.ActiveVBProject.Name = "TestProject"