If your base (attached) template is a custom template, you are getting the
message because you have made changes, even if you didn't intend to do so.
If this is the case write back and I'll go through some of the ways this can
be happening and what to do about it. For most users, they see this message
applying to "the global template" normal.dot.
If your base template is normal.dot, the following applies. You may get
advice to change your settings so you no longer see this message. That can
be done but this is like advice to take the batteries out of your three
smoke detectors because they keep buzzing and you don't know why. It is
essential that you have a good virus detection/elimination program on your
computer if you are connected to the Internet. (but see the third paragraph
about Norton AV)
The message "Changes have been made that affect the global template -
normal. Do you wish to save those changes?" is an important warning. It
suppplements your virus detector and handles other potential problems. Its
display means that changes have been made, whether you intended to make
changes or not. You can also get it when your template has been altered by a
poorly written Add-In program or by a virus.
The reason for the message being shown repeatedly is almost always a poorly
written Add-In. The Norton AV Office Plug-In seems to be the most frequent
offender recently, but that can change as some other poorly written program
comes on the market.
Other offenders include the MS Works Suite Add-In, EZ-Photo, Scansoft, and
Adobe Acrobat. These all install Add-Ins that mess with your normal.dot when
they shouldn't do so and don't need to do so. Some of these are .dot files,
others are installed. See <URL:
http://word.mvps.org/FAQs/Customization/CheckIfAddinsInstalled.htm> for
instructions on seeing what Add-Ins you have. (Having Add-Ins is not a bad
thing. I run Word with 15 Add-Ins, most of which I wrote myself.)
Start with the Add-Ins I've noted. If you have any of them, decide whether
they are worth the annoyance they are causing you. Probably they are not.
Disable any that are not worth the candle. Restart Word and see if your
problem is gone.
If not...
If you start Word using
Start => Run: Winword.exe /a
you'll end up with Word out of the box loading without your saved normal.dot
file, with no macros and no Add-Ins. You may notice that it loads much more
quickly than you are used to seing. When you close it, you won't get the
"normal.dot" prompt. Doing this may fix the problem, by itself, but probably
will not. Generally, it is a diagnostic, not a fix.
So, what you need to do is disable all of your Add-Ins (don't delete them).
Start by moving .dot files out of your Word Startup folder, one-by-one, with
Word closed. Restart Word and see if that Add-In caused the problem. If not,
put it back in and take the next one out. (You can put them in a sub-folder
of your Startup folder.) If none of them are the problem, move to the .com
Add-Ins that have to be uninstalled.
If your offender is not on my list, please write back and let us know which
one caused your problems.
Write to the company that put out the Add-In with a complaint, and possibly
a bill for your time.
Hope this helps,

Signature
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
> Hello all,
>
[quoted text clipped - 6 lines]
> the
> question.
Peter Faulhaber - 04 Mar 2006 09:25 GMT
Charles,
Thanks for the thorough explanantion. It is indeed a custom template, not
NORMAL.DOT.
Fortunately I have only one add-in. I moved it away from the STARTUP folder.
I start Word again and run the custom template. Still, aftere closing, Word
keep on asking if I want to save changes to the custom template.
Even starting Word via Winword /a (it was quick) and starting the custom
template didn't work.
The messages even appears when I open the template and directly close it.
Not making any changes.
I tried also to close first Document1 and startup the template. Even when
the add-in is not there.
can you please help me further?
> If your base (attached) template is a custom template, you are getting the
> message because you have made changes, even if you didn't intend to do so.
[quoted text clipped - 69 lines]
> > the
> > question.
Charles Kenyon - 04 Mar 2006 13:35 GMT
Frequently seen ways changes happen to document templates are saving style
modifications to the template or modifications to toolbars or key
assignments that are saved in the template (often done by vba). T hat it
happens every time indicates some vba code operating. Do you have any
AutoNew macros in your template?
Opening the template directly and closing indicates that you have fields in
your template that are updated upon opening (even if they displayed value
doesn't change). This would not trigger the message, though, when you create
a new document based on a template (File > New).

Signature
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
> Charles,
>
[quoted text clipped - 118 lines]
>> > the
>> > question.
Peter Faulhaber - 05 Mar 2006 12:37 GMT
Charles,
Thanks that's right. I reset some documentproperties in the AutoNew macro.
Is there away to shutdown the message?
> Frequently seen ways changes happen to document templates are saving style
> modifications to the template or modifications to toolbars or key
[quoted text clipped - 128 lines]
> >> > the
> >> > question.
Charles Kenyon - 05 Mar 2006 18:03 GMT
You can have your macros save them at that time.
ActiveDocument.AttachedTemplate.Save
Or you can mark it as if it is saved even though you don't save it.
ActiveDocument.AttachedTemplate.Saved = True

Signature
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
> Charles,
>
[quoted text clipped - 157 lines]
>> >> > the
>> >> > question.
Peter Faulhaber - 06 Mar 2006 07:17 GMT
Thanks Charles It works :-)))))
Thanks for your time
> You can have your macros save them at that time.
> ActiveDocument.AttachedTemplate.Save
[quoted text clipped - 163 lines]
> >> >> > the
> >> >> > question.