I've got a message box as follows:
"Instructions"
It's fine if the user selects 'Yes', but if either 'No' or 'Cancel' are selected it returns a value of 3(vbAbort). Am I missing something here?
Thanks for your help
Sharon
Code:
MsgBox(
Code:
, vbYesNoCancel)
Thanks for your help
Sharon