timer on a message box

A

Anouska

Is there any way I can put a timer on a form so that any
message boxes we have set up to appear (through a macro)
will appear for say 3 seconds and then disappear by
themselves?

Thanks
Anouska
 
D

Dirk Goldgar

Anouska said:
Is there any way I can put a timer on a form so that any
message boxes we have set up to appear (through a macro)
will appear for say 3 seconds and then disappear by
themselves?

Not if they are true message boxes, displayed by the MsgBox function.
If your message boxes are popup forms, though, you could close them via
code in their own Timer events, or you could conceivably (though
undesirably) have code in the form from which they are opened that would
close them after a specified interval.
 

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