VBE Property

Microsoft Excel Visual Basic

VBE Property

       

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"