I have a double click event set on a range that contains lots of formulas.
The event selects and scrolls to column and the row that was double clicked so that row is at the top of the screen.
However, as the cells in the range contain formulas referencing some hidden cells, after the event scrolls to B27 (for example if a cell in row 27 was clicked), it then selects the cells in the hidden columns that are to the right of the range.
Is there a way of turning off the built in double click event where it will select the referenced cells?
Thanks
The event selects and scrolls to column and the row that was double clicked so that row is at the top of the screen.
However, as the cells in the range contain formulas referencing some hidden cells, after the event scrolls to B27 (for example if a cell in row 27 was clicked), it then selects the cells in the hidden columns that are to the right of the range.
Is there a way of turning off the built in double click event where it will select the referenced cells?
Thanks