View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default VBYesNoCancel Modify the YES and No Text

Not with a simple Msgbox.
Try this one:
http://www.planet-source-code.com/vb...65065&lngWId=1

RBS


"Corey" wrote in message
...
I want to give the user of a workbook a prompt for 3 options with the
vbYesNoCancel msgbox.

However, is there code to change the text for the Yes,No & Cancel to
something else, like:
Modify - Instead of Yes ?
and
Create - Instead of No ?
and
Exit - Instead of Cancel ?

Without going to a form ?



--
Corey ....
The Silliest Question is generally
the one i forgot to ask.