I've defined an embedded ActiveX comboBox on my worksheet page, and this ActiveX Combo has associated a list and it executes a macro when some value is selected.
This comboBox selection comes from a table located on the same worksheet. And Associated macro has this "Private Sub ComboBox1_Change()" definition.
But each time that I loads the worksheet the macro code associated to the COMBOBOX is executed.
How can I avoid that combobox code is executed at startup? I've tried to disable events on workbook but it doesn't works.
Regards