Save - Automation

The Save method Saves the document to disk using the current filename. Returns a Boolean. Returns 'True', if the document is saved successfully, otherwise, returns 'False'.

Syntax

object.Save

Example

This example demonstrates how to save a document using the current file name.

Doc.Save

Used by: Document object

See Also

Opening, Saving, and Closing Documents