title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.VBE property (PowerPoint) |
vbapp10.chm502020 |
|
|
33a3d113-31f6-3705-cdb9-d5e07fa82820 |
06/08/2017 |
medium |
Returns a VBE object that represents the Visual Basic Editor. Read-only.
expression.VBE
expression A variable that represents an Application object.
VBE
This example sets the name of the active project in the Visual Basic Editor.
Application.VBE.ActiveVBProject.Name = "TestProject"
[!includeSupport and feedback]