instruction Macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone help me create a macros that will give a simple instruction when a template is opened, and then close on a cllick

Know how to do this in Access but cannot work it out on word, as I do not use it too much

Regard
Cheryl
 
Create an autonew macro in the template that contains a message box
statement

MsgBox "This is the simple instruction."

--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 
Back
Top