I want to give the user a choice of two options, or to cancel the operation. I can use a YES/NO/CANCEL message box for this, but it’s not possible to change the text on the buttons. I don’t want to have to put text like 'For Option 1 click “Yes”, for Option 2 click “No” ’ at the top as there’s no asymmetry between the options.
I’ve found a way to simulate this operation using a dialog (and will post it if anyone’s interested), but would like to know if there’s a way of changing the text and using the Msgbox function.