_Document.Save Method
Saves the specified document. If the document hasn't been saved before, the Save As dialog box prompts the user for a file name.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Save
'Usage
Dim instance As _Document
instance.Save()
void Save()