Syntax
SaveTemplate
Remarks
Saves changes to the active template unless the active template is the Normal template. If your macro includes changes to items such as AutoText entries or keyboard, toolbar, and menu assignments for a template other than Normal, it's a good idea to include a SaveTemplate instruction to preserve the changes. To save changes to all documents and templates, including the Normal template, use FileSaveAll.
SaveTemplate does not request confirmation before saving changes. You may want to use MsgBox() to confirm that changes should be saved before running SaveTemplate.
See Also
FileSave, FileSaveAll