Document.Save (Word)
Saves the specified document.
If a document has not been saved before, the Save As dialog box prompts the user for a file name.
If ActiveDocument.Saved = False Then ActiveDocument.Save
Saves the specified document.
If a document has not been saved before, the Save As dialog box prompts the user for a file name.
If ActiveDocument.Saved = False Then ActiveDocument.Save