Application.VBE Property (PowerPoint)
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.
Application.VBE.ActiveVBProject.Name = "TestProject"