Running a macro when Word doc opens

A

Anthony

Hi

Is it possible to run a macro automatically when the document opens (eg like
in Access where a macro called AutoExec would run automatically when the
application is opened)

Thanks
Anthony
 
M

Malcolm Smith

Yes, if you look in This_Dcument in the IDE, you will see an event called
Document_Open which is what you require.

- Malc
 
H

Helmut Weber

Hi,
autoopen,
but not with "the" document, with "a" document.
See also,
AutoExec
AutoNew
AutoClose
AutoExit.
Search help for "automacro", "auto-macros".
 
Top