View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GlenC GlenC is offline
external usenet poster
 
Posts: 8
Default "Object invoked disconneted from its clients"

I have validation procedure in a selectionchange event that when activated
causes a Comboboxchange event which in turn causes a Selectionchange event
and I get the subject error , when the validation procedure runs again. What
I want to do is resume the selection change event where I left off, Not start
a new one.

Any one have suggestions?
--
Glen