View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert[_20_] Robert[_20_] is offline
external usenet poster
 
Posts: 1
Default Copying Worksheet triggers Click event of combobox on another worksheet

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?