View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone[_2_] Jim Cone[_2_] is offline
external usenet poster
 
Posts: 1,549
Default How to Override a VBOKCancel button?

Look at Excel vba help under "MsgBox" for your options.
VbYesNoCancel is about as close as you can come.
Another way would be to use a UserForm of your own design.
--
Jim Cone
Portland, Oregon USA



"Venkatesh V"

wrote in message
How possible is to override a VBOKCancel button?
The requirement is to replace it with another dialog containing three
buttons "OK", "Cancel" and "Debug".
OK & Cancel to work the same as in VBOKCancel buttons
for instance: i wanted to add another buttion say "Debug"
Thanks for the reply in Advance
Venkat