D
dman
I am performing some validation on the Exit method of a
combo box. However, when user selects the Cancel button,
I don't wish to perform the validation.
In VB there is a button property called Causes Validation which
you can set to false.
Is there anything in VBA? Is my validation code in the right sub?
Thanks.
combo box. However, when user selects the Cancel button,
I don't wish to perform the validation.
In VB there is a button property called Causes Validation which
you can set to false.
Is there anything in VBA? Is my validation code in the right sub?
Thanks.