Copying Worksheet triggers Click event of combobox on another worksheet

R

Robert

Hello,
I have worksheet("stuff") it has a combobox with a click
or change event.
I have a worksheet("Template") I make a copy of it with
code or by hand.

The combobox in workSheet("Stuff") events fire off.

I have tried Application.EnableEvents = False Still
cobobox events fire.

any Idea how to stop this?
 
Top