Message Box on document from template

C

Code Numpty

I want to display a message box with instructions when a new file is opened
based on a template. I also want to have a check box for 'Do not display this
message again'.

Is this possible in Word?
 
D

Doug Robbins - Word MVP

This could be done with a userform. To get started, see the article "How to
create a Userform" at:

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

To implement the checkbox requirement, you will need to use the
System.PrivateProfileString command to store the status in a file and use
that command in the autonew macro in the template to determine the stored
value and hence whether or not to display the form.

--
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

Top