message box control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using a control to bring up multiple forms in a user form. I am trying
to attach a message box (which I can do) that displays "are you sure...(which
does happen). Why dosnt the message box "X" controll work if the user does
not want the action to occure?
 
Andy,

The purpose of the [X] is simply to close the message box. It doesn't
carry any other functionality. You will need to use Yes and No buttons
on the message box, and use the applicable actions in the macro
according to which of these buttons is clicked by the user.
 

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