Saving a Copy of a Presentation : ActivePresentation « PowerPoint « VBA / Excel / Access / Word






Saving a Copy of a Presentation

 
Sub saveCopy()
    ActivePresentation.SaveCopyAs FileName:="C:\Copy 1.ppt"
End Sub

 








Related examples in the same category

1.Working with the Active Presentation
2.Closing a Window
3.Use the Save method to save a presentation before closing its last window
4.Check the Path property of the Presentation object before using the Save method if you need to determine whether the presentation has been saved