View Single Post
  #3   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?


"Peter T" <peter_t@discussions wrote in message
...
...However if the combo has focus you don't know until the Exit (or VB's
validate) event has completed if user pressed a cancel button.
Regards,
Peter T


Well that is what I am trying to do. I have a canel button on the form along
with 3 combos. If the user hits the cancel button, is there a way to bypass
the Exit event of which ever combo box had focus?

Thanks.