SpyderMan1234
IS-IT--Management
I am applying a template to a new document in Word using
Documents.Add Template:="MyTemplate" _
, NewTemplate:=False, DocumentType:=0
But whenever I type some text and save and close Word, I'm asked if I want to save changes to MyTemplate. I was under the impression that using Documents.Add doesn't actually open the specified template, but instead just applies it to a new doc. Am I wrong? Why am I being prompted to save the changes made to the template and is there a way to keep this prompt from appearing?
THANKS!
Documents.Add Template:="MyTemplate" _
, NewTemplate:=False, DocumentType:=0
But whenever I type some text and save and close Word, I'm asked if I want to save changes to MyTemplate. I was under the impression that using Documents.Add doesn't actually open the specified template, but instead just applies it to a new doc. Am I wrong? Why am I being prompted to save the changes made to the template and is there a way to keep this prompt from appearing?
THANKS!