Hi Paul
It is possible, using lots of complicated windows code, but absolutely not
worth the effort. See
http://www.dailydoseofexcel.com/arch...message-boxes/
for a better and more flexible solution.
HTH. Best wishes Harald
"PCLIVE" wrote in message
...
Can I customize the MsgBox vbYesNo buttons to saw whatever I want?
Example: Instead of the buttons saying "Yes" and "No", am I able to make
them say "One" and "Two"?
n = MsgBox("test", vbYesNo)
Thanks in advance.
Paul
--