_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()

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace