You're misusing Word. The macro should be in a template, not a document, and
it should be named AutoNew. You should then use the File > Open dialog to
make new documents based on the template instead of re-opening the original
and saving as another file.

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> Hello, I have a word document containing macros which run
> automatically when I launch the document. Specifically, the macro
[quoted text clipped - 13 lines]
>
> Ellen
EllenM - 08 Jun 2007 12:03 GMT
Thanks, Jay, for your reply. Actually, I initially started out that way,
using templates. The real trouble I’m having is when I create a document from
the template that has the Auto_Open macros code attached to it. The macro
does not run. I can only get the macros to self execute when I launch the
file as a Word document instead of the Word template. I can not explain why
launching a .doc file over a .dot would make a difference. The templates
disables the auto_macros when they are launched.
I did find a fix but I don’t really like it. Any suggestions?
> You're misusing Word. The macro should be in a template, not a document, and
> it should be named AutoNew. You should then use the File > Open dialog to
[quoted text clipped - 18 lines]
> >
> > Ellen
Graham Mayor - 08 Jun 2007 12:34 GMT
An AutoOpen macro runs when you *open* a document of template. If you are
*creating new* documents from a template and want a macro to run on
creation, you need an AutoNew macro. If you might reopen the document and
wish the macro to run again you need both macros.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Thanks, Jay, for your reply. Actually, I initially started out that
> way, using templates. The real trouble I'm having is when I create a
[quoted text clipped - 36 lines]
>>>
>>> Ellen
EllenM - 08 Jun 2007 16:18 GMT
That did the trick. AutoNew instead of AutoOpen.
Thanks!
> An AutoOpen macro runs when you *open* a document of template. If you are
> *creating new* documents from a template and want a macro to run on
[quoted text clipped - 41 lines]
> >>>
> >>> Ellen