View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dman[_2_] dman[_2_] is offline
external usenet poster
 
Posts: 10
Default Equivalent to vb's causes validation?

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.