Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 817 Bytes

PowerPoint.Application.VBE.md

File metadata and controls

46 lines (26 loc) · 817 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.VBE property (PowerPoint)
vbapp10.chm502020
vbapp10.chm502020
PowerPoint.Application.VBE
33a3d113-31f6-3705-cdb9-d5e07fa82820
06/08/2017
medium

Application.VBE property (PowerPoint)

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

Syntax

expression.VBE

expression A variable that represents an 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"

See also

Application Object

[!includeSupport and feedback]