F
Frank Hayes
I am trying to use a change to a DropDown Combo Box to trigger a macro.
The DropDown_Change event works well when I make the change to the Combo Box
directly, but if I change the "refers to" cell (e.g. from a 2 to a 3), the
value in the DrowDown box changes, but the event is not triggered, so the
macro never executes.
This is an issue because I have a second DropDown box on a second worksheet
that I am also using to control the "refers to" cell.
Any ideas for making this work ... forcing the macro to run when the "refers
to" cell changes? I do not want to use the worksheet_calculation event as
there are a number of things going on in the worksheet that send me into an
endless loop of calculations.
Thanks
Frank Hayes
The DropDown_Change event works well when I make the change to the Combo Box
directly, but if I change the "refers to" cell (e.g. from a 2 to a 3), the
value in the DrowDown box changes, but the event is not triggered, so the
macro never executes.
This is an issue because I have a second DropDown box on a second worksheet
that I am also using to control the "refers to" cell.
Any ideas for making this work ... forcing the macro to run when the "refers
to" cell changes? I do not want to use the worksheet_calculation event as
there are a number of things going on in the worksheet that send me into an
endless loop of calculations.
Thanks
Frank Hayes