View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JDaywalt JDaywalt is offline
external usenet poster
 
Posts: 37
Default Change text for option buttons in message box

I have a macro that imports data into a workbook. The macro provides the
user with an option to either 'replace' the existing data with the new, or
'append' the new data to the bottom of the existing data. I have a message
box that provides yes/no/cancel buttons, but ideally I would rather have the
buttons say Replace/ Append/Cancel. Is there any way to alter the option
button text in a message box? Is there something other than a message box
that could be used to satisfy this need?