Thread: Event Triggers
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MVM MVM is offline
external usenet poster
 
Posts: 53
Default Event Triggers

I am working on a worksheet (2003 sp1 Excel).
I have several combboxes. When I enter a value in another worksheet cell,,
one of these combos change events are triggered. it then pasese on to other
combo change events. I added a new worksheet and change a values in one of
the cells, it hapens. Why is this behavior. If a change takes place in a
worksheet, these combos_change events should not trigger. I have not linked
up any cell with the combos.


MVM