How do I create a custom pop up message when a file is opened?

S

SC

MS Word or MS Excel.
When someone opens the Word document, I want a pop up message to appear that
I can have a customized message on. The message will likely be some brief
instructions on how to navigate through a form for example.
Is this possible in Word or Excel?
 
B

Bob I

in a word macros

See Help

/mmacroname
Start Word and then run a specific macro. The /m switch also prevents
Word from running any AutoExec macros. Example: /mSalelead
 
Top