Save Method

         Example         Applies To

Saves the specified presentation.

Syntax

expression.Save

expression   Required. An expression that returns a Presentation object.

Remarks

Use the SaveAs method to save a presentation that hasn't been previously saved. To determine whether a presentation has been saved, test for a nonempty value for the FullName or Path property. If a document with the same name as the specified presentation already exists on disk, that document will be overwritten. No warning message will be displayed.

To mark the presentation as saved without writing it to disk, set the Saved property to True.