VBProject Property
Applies To
Presentation object.
Description
Returns a VBProject object that represents the individual Visual Basic project for the presentation. Read-only.
See Also
VBE property.
Example
This example changes the name of the Visual Basic project for the active presentation.
ActivePresentation.VBProject.Name = "TestProject"