WORD 2003

  • Thread starter Thread starter el
  • Start date Start date
E

el

Good morning,

i want to know if its possible to create a pop up window which appears a few
seconds after opening a word document

tkns so much to all
 
Yes. An AutoOpen macro can display a message or a UserForm. What are you
trying to do?
 
Good morning,

i want to know if its possible to create a pop up window which appears a few
seconds after opening a word document

tkns so much to all

In general, you'll need a macro. What the macro has to do depends on what you
want in the popup. If it's just some text for the user to read, then the macro
can just contain a MsgBox statement that displays the text. If you want anything
more complicated, you'll need a UserForm (read
http://www.word.mvps.org/FAQs/Userforms/CreateAUserForm.htm).
 

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