Template.Saved Property (Word)

True if the specified template has not changed since it was last saved. False if Microsoft Word displays a prompt to save changes when the document is closed. Read/write Boolean.

Syntax

expression .Saved

expression A variable that represents a Template object.

Example

This example changes the status of the Normal template to unchanged. If changes were made to the Normal template, the changes are not saved when you exit Word.

NormalTemplate.Saved = True 
Application.Quit

See Also

Concepts

Template Object

Template Object Members