MsgBox buttons

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Hello,

I have a typical Msgbox statement:

intAnswer = MsgBox("Procede with Archiving?", vbYesNo +
vbQuestion, "Archivable Records Found")

What i am wondering is if there is a way to make the
buttons on the Msgbox say custom things, other than Yes
or No or Cancel and stuff like that.

I want one to say "ID" and the other to say "Account
Name".

Is this possible? Thanks for any help.

Brian
 
No....and what you're wanting to do probably wouldn't be very intuitive to
users. Your options are OK, Cancel, Yes, No, Retry, Abort, Ignore. Or
design your own form for message boxes.
 
Back
Top