VBE Property

Description

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

Example

This example sets the name of the active project in the VB Editor.

Application.VBE.ActiveVBProject.Name = "TestProject"