How do I add a warning to a word document to be displayed when ope

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

Guest

I would like to add a popup box to show up when the Word document is opened
warning the readers of certain items that must be completed before the letter
is prepared.
 
The letter should be in the form of a template in which you have an AutoNew
macro.

As far as the popup box is concerned it could be a message box for which the
code in the macro would be:

MsgBox "This is the warning message"

or you may want to consider a userform

See the article "How to create a Userform" at:

http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top