title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.VBE property (Excel) |
vbaxl10.chm133227 |
|
|
e75dc57a-f9de-beb2-c50c-58445e47d63a |
04/05/2019 |
medium |
Returns a VBE object that represents the Visual Basic Editor. Read-only.
expression.VBE
expression A variable that represents an Application object.
This example changes the name of the active Visual Basic project.
Application.VBE.ActiveVBProject.Name = "TestProject"
[!includeSupport and feedback]