Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 709 Bytes

Excel.Application.VBE.md

File metadata and controls

37 lines (22 loc) · 709 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.VBE property (Excel)
vbaxl10.chm133227
vbaxl10.chm133227
Excel.Application.VBE
e75dc57a-f9de-beb2-c50c-58445e47d63a
04/05/2019
medium

Application.VBE property (Excel)

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

Syntax

expression.VBE

expression A variable that represents an Application object.

Example

This example changes the name of the active Visual Basic project.

Application.VBE.ActiveVBProject.Name = "TestProject"

[!includeSupport and feedback]