Word checks whether the attached template of a document has been modified and prompts whether to save the changes. To avoid such a prompt you could set the Saved
property of the attached templated to true
.
In VBA this would be:
ActiveDocument.AttachedTemplate.Saved = True
0xA3
2009-03-05 11:20:07