Message in MS Word

N

Nock Tech

I have revised a word doc file & wish the user to notify by message
but only when opened first time. Any subsequent opening of file should
not display the message. How to do this?
 
J

Jezebel

Create a macro called AutoOpen. In that macro check if a DocVariable called
(eg) ShowMessage exists. If not, Show the message and create the variable.
 
A

Alex Ivanov

One possible way is to create a "Document variable" and assign it a specific
value when you revised the doc. Then in the document's Open event check if
this variable is set and equal to your predefined value then show the
message box and destroy the variable or assign it a different value.
 

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