Share via


Document.Save Method (2007 System)

Saves the document. If the document has not been saved before, the Save As dialog box prompts the user for a file name.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Sub Save
'Usage
Dim instance As Document

instance.Save()
public void Save()
public:
void Save()
public function Save()

.NET Framework Security

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace