View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fullers fullers is offline
external usenet poster
 
Posts: 30
Default change yes/no buttons

I have a macro that produces a message box and I have used vbYesNo so the
user can answer a question. However instead of a yes or no answer I want the
user to answer with 'left' or 'right'.

Is it possible to change the text of these buttons?

Thanks in advance.