pop up memo on a user form

G

Guest

I'd like to have a 'help' memo appear when a command button is clicked on a
user form. Would I create another, much smaller user form with a text box
containing the info and have this opened by the command button? Not too sure.
Also, if poss, I'd like it to close automatically after about 10 secs. Any
ideas?
 
G

Guest

VBA has a MsgBox that could be used for this

coupled with a timer event, I am sure it will do the trick

HTH
 

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