Save Method

Saves the active document.

expression.Save

*expression   * Required. An expression that returns a Document object.

Remarks

Call the SaveAs method after creating a new document to assign a filename, file format, and compression level for the new document, or to save a document using a different file format or compression level. After the SaveAs method has been used, use the Save method to save subsequent changes to the document.

Example

The following example saves the active document.

miDoc.Save

Applies to | Document Object