Template.Save Method

Saves the specified document or template.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub Save
'Usage
Dim instance As Template

instance.Save()
void Save()

Remarks

If the document or template hasn't been saved before, the Save As dialog box prompts the user for a file name.

See Also

Reference

Template Interface

Template Members

Microsoft.Office.Interop.Word Namespace