VBProject Property

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"

Applies to | Presentation Object

See Also | VBE Property