Display a Message on Opening of File

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

Guest

I am wondering if there is a way to have a message box displayed when someone
opens up the word document? I am looking to put a disclaimer type
informaition box that appears each time the file is opened
 
Hi =?Utf-8?B?RGF2ZSBN?=,
I am wondering if there is a way to have a message box displayed when someone
opens up the word document? I am looking to put a disclaimer type
informaition box that appears each time the file is opened
Yes, if you're willing to embed VBA code in the document (which could trigger
macro security, or possibly let the macro not run at all).

If this isn't for internal use (which means you could make sure the document is
"trusted"), then you might consider using hidden text.

Or, if this is really important the macro could be more complicated so as to
only show the content if the macro can run.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)
 

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