How can I customize the buttons in a MSGBOX?

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

Guest

I want to diasplay a msgbox with three choices. Instead of YES NO CANCEL, I
would like something more descriptive , like Section 1, Section 2 Section 3.
I would like to avoid using a balloon attached to the assistant. How can this
be done?
 
Hi,
I want to diasplay a msgbox with three choices. Instead of YES NO CANCEL, I
would like something more descriptive , like Section 1, Section 2 Section 3.
I would like to avoid using a balloon attached to the assistant. How can this
be done?

you can only use the standard Buttons in a simple MsgBox.
It's not possible to adapt the text on it. If you would like to do
something like this you must work with a UserForm.
 
I have some code to build custom buttons using APIs, but I have found it
less than stable, so I wouldn't recommend it.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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