
Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Thanks Jonathan.
And is there a special macro name for procedures that need to be
executed when this document is closed (to hide the Mail Merge toolbar
automatically)?
Best,
ANDy
> Give the macro the name AutoNew
Jonathan West - 18 Jan 2005 11:52 GMT
> Thanks Jonathan.
>
> And is there a special macro name for procedures that need to be executed
> when this document is closed (to hide the Mail Merge toolbar
> automatically)?
Yes, it is called AutoClose. Take a look in the VBA Help file for "Auto
macros" for more information on this.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Jeff - 18 Jan 2005 12:46 GMT
Read the online Help under "Auto Macros"
Macro name When it runs
AutoExec When you start Word or load a global template
AutoNew Each time you create a new document
AutoOpen Each time you open an existing document
AutoClose Each time you close a document
AutoExit When you quit Word or unload a global template
and - 18 Jan 2005 12:52 GMT
Thanks Jeff.
> Read the online Help under "Auto Macros"