Closing a Presentation : PowerPoint « PowerPoint « VBA / Excel / Access / Word






Closing a Presentation

 
Sub close()
    ActivePresentation.Close
End Sub

 








Related examples in the same category

1.To avoid the user being prompted, set the Saved property of the Presentation object to True before using the Close method-for example:
2.Adding a Slide to a Presentation