View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
GJones GJones is offline
external usenet poster
 
Posts: 132
Default Spurious ComboBox change event

Hi Tony;

You did not say which change event you were using but
usually when this happens you need to use a different
event. One that is more constrained to prevent the
unplanned code runs.

Thanks,

Greg


-----Original Message-----
I have a combobox on one sheet with a VBA routine hadling
the change event. My problem is that thsi event is being
triggered when doing things (other VBA code) on another
worksheet.

Any ideas ????

Thanks
.