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?
Ron de Bruin - 31 Mar 2008 17:28 GMT
Hi JDaywalt
You must create a small userform if you want this
Start here
http://support.microsoft.com/default.aspx?scid=kb;EN-US;829070

Signature
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
>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
[quoted text clipped - 3 lines]
> button text in a message box? Is there something other than a message box
> that could be used to satisfy this need?