VBE Property

Microsoft PowerPoint Visual Basic

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

Example

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

Application.VBE.ActiveVBProject.Name = "TestProject"