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"
Access visual basic editor? Return VBE object? VBE vbe property

See also: