how have msgbox button 'Ok to all'?

  • Thread starter Thread starter Ian Elliott
  • Start date Start date
I

Ian Elliott

Thanks in advance.
I would like to make a msgbox dialog box with a button
that says 'Ok to all'-is it possible to change the names
of buttons?
Thanks again.
 
The only way I've seen to change the button captions on a userform wasn't worth
the effort (in my opinion). But you could design your own userform that shows
what you want.

(The code in the userform would be a lot less than the code to change the msgbox
button!)
 
Back
Top