The Save method saves the document to disk using the current file name. Returns a Boolean.
Syntax
object.Save
Example
This example demonstrates how to save a document using the current file name.
Doc.Save
Used by: Document object