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

No, you'll have to go the long way round and create a UserForm with your own
buttons.

"fullers" wrote:

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.