View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default How Do I Get Custom Captions For MsgBox Buttons

I have some code to do this but it is somewhat flaky, you can have it if you
want, but I would suggest you use Tim's custom form solution.

--

HTH

RP

"Minitman" wrote in message
...
Greetings,

I would like to use a MsgBox to choose between two choices ("New" and
"Modify"). In checking the VBA help, there is no option listed for
custom button captions. Is this a limit of Excel 2003 or did I miss
something?

Any suggestions or insights will be appreciated. Thanks.

-Minitman