View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff[_2_] Harald Staff[_2_] is offline
external usenet poster
 
Posts: 449
Default Can I customize the Yes/No buttons on a MsgBox?

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


--