Application.VBE Property

Excel Developer Reference

Returns a VBE object that represents the Visual Basic Editor. Read-only.

Syntax

expression.VBE

expression   A variable that represents an Application object.

Example

This example changes the name of the active Visual Basic project.

Visual Basic for Applications
  Application.VBE.ActiveVBProject.Name = "TestProject"

See Also