When you start Word, you want to use an AutoExec macro. This runs when Word
starts, but not every time new documents are created.

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.
> Hi,
> I want to execute some code when starting Word. In a template this can be
[quoted text clipped - 9 lines]
> Regards,
> Henk
Tony Jollans - 29 Mar 2006 18:01 GMT
Strictly speaking an AutoExec in Normal.dot runs when Normal.dot is loaded.
When Word starts up, this happens before the default new document is created
so it depends what you are trying to do whether or not it will be suitable.
The only event which fires at start up after the new document is created is
the Application DocumentChange event.
--
Enjoy,
Tony
> When you start Word, you want to use an AutoExec macro. This runs when Word
> starts, but not every time new documents are created.
[quoted text clipped - 25 lines]
> > Regards,
> > Henk