Message Buttons

  • Thread starter Thread starter amanda_jb
  • Start date Start date
A

amanda_jb

I would like to customize the buttons in a message box to text other than
YesNo. Is this possible? Can anyone tell me the vb code to do so if it is?
I would greatly appreciate it, otherwise I think I'll be left creating a form
trying to make it look like message box which seems unneccessary. Please
help....

Thank you!!!!
 
I would like to customize the buttons in a message box to text other than
YesNo. Is this possible? Can anyone tell me the vb code to do so if it is?
I would greatly appreciate it, otherwise I think I'll be left creating a form
trying to make it look like message box which seems unneccessary. Please
help....

Thank you!!!!

You can use only the buttons available in the MsgBox arguments, i.e.
Yes/No/Cancel, Yes/No, Abort/Retry/Ignore, OK/Cancel, etc.

If you wish anything else, then you'll need to create your own unbound
form to display your custom buttons and message. It's no big deal to
do so.
And why does it have to 'look' like the built-in Message Box. All it
need do is show the message efficiently and allow the user to respond.
There is no commandment that says 'thou shalt not tamper with what
Microsoft hath put forth unto the world'.
Make it better.
 
Back
Top