Macro must run when document opens

K

Ken

I have a macro that updates all form fields. I want Word 2003 to run that
macro automatically when it opens a document containing that macro. Any
suggestions on how to do that?
 
K

Karl E. Peterson

Ken said:
I have a macro that updates all form fields. I want Word 2003 to run
that macro automatically when it opens a document containing that
macro. Any suggestions on how to do that?

Call it from Document_Open.
 
Top