View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AJ Master AJ Master is offline
external usenet poster
 
Posts: 29
Default Copy Sheet causes Combo Box change event to fire on original sheet

Hi All,

I have a model with 1 tab containing 2 combobox controls. Often I'll
need to copy this sheet to model a different scenario and when I do so
the copy event fires a change event on the first combobox in the
original sheet. Normally I wouldn't be concerned however, when it
does fire all my data is cleared per the change event. Is there
anyway to stop this change event from firing when I copy the sheet?
Thanks in advance for any help.

AJ