VBE Property [Excel 2003 VBA Language Reference]

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"

Applies to | Application Object