Application.VBE Property

PowerPoint Developer Reference

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

Syntax

expression.VBE

expression   A variable that represents a Application object.

Return Value
VBE

Example

This example sets the name of the active project in the Visual Basic Editor.

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

See Also