Changing text of MsgBox buttons

B

Brossyg

Is there a way to custimize the "Yes" "No" text used in a MsgBox so they say
what I want them to?
 
D

Douglas J. Steele

Not easily (other than the 7 possible ones that are built in). It's simpler
to create your own form and use it instead.
 
Top