Hi td
I suspect that there's something fishy with the code that's running.
As a bit of a test, at Tools > Options > Save, tick "Prompt to save Normal
template". Start Word, do nothing, then exit Word. You should *not* receive
a prompt asking if you want to save normal.dot.
Now, start Word, run your macro, and exit Word. Do you get a "do you want to
save?" prompt? If so, then the macro is somehow dirtying your normal.dot.
>perhaps somehow opening a file with an attached template might
> somehow cause your normal.dot template to be modified also.
If there's no code in the 'other' template, then it won't do anything to
normal.dot. If there's code in the 'other' template, then it will affect
normal.dot only if it's poorly-written code.
>people's styles somehow migrating into my computer.
For some info about issues relating to this, see
What happens when I send my document to someone else? Will Word mess up my
formatting?
http://www.ShaunaKelly.com/word/sharing/WillMyFormatChange.html
Hope this helps.
Shauna Kelly. Microsoft MVP.
http://www.shaunakelly.com/word
> I'm having a problem with my normal.dot becoming enormous after I run a
> macro. This macro has a lot going on, but nothing that obviously would
[quoted text clipped - 36 lines]
>
> Thanks for any help.
KleChink - 04 Oct 2006 14:41 GMT
Hi Shauna, I'm working with td on this project.
The template document that is being opened has code in it that creates a
context menu. How could this code, poorly written or not, change the
normal.dot?
Klechink
> Hi td
>
[quoted text clipped - 64 lines]
> >
> > Thanks for any help.
Jean-Guy Marcil - 04 Oct 2006 23:26 GMT
KleChink was telling us:
KleChink nous racontait que :
> Hi Shauna, I'm working with td on this project.
> The template document that is being opened has code in it that
> creates a context menu. How could this code, poorly written or not,
> change the normal.dot?
Which template receives the context menu changes?
If you do not specify a template by using "CustomizationContext" then you
are dirtying your Normal.dot. And yes, many menu changes will for sure
inflate your template.

Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org
KleChink - 05 Oct 2006 12:17 GMT
Interesting. Thank you. I'll look into that.
> KleChink was telling us:
> KleChink nous racontait que :
[quoted text clipped - 9 lines]
> are dirtying your Normal.dot. And yes, many menu changes will for sure
> inflate your template.