dialog pop up

K

Kim

I have a template, that when it's opened I want the user to see a pop up of a
message. I want them to have to press OK for it to go away before they start
using the template.

Is there a field code or something like that I can use? If anyone has any
website or documentation on how to do this, I would greatly appreciate it.
I'm using Word 2003.

Thanks. Kim
 
K

Kevin B

In the documents On New event place a macro similar to the one below and then
save the document as a tempate file.

Private Sub Document_New()

MsgBox "Yada, yada, yada warden!"

End Sub


This runs the first time the template is used to create a document, it does
not run once the document has been saved.
 

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