VBProject Property

Microsoft PowerPoint Visual Basic

Returns a VBProject object that represents the individual Visual Basic project for the presentation. Read-only.

Example

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

ActivePresentation.VBProject.Name = "TestProject"