Double click navigating to referenced cells

mikeymay

Well-known Member
Joined
Jan 17, 2006
Messages
1,600
Office Version
  1. 365
Platform
  1. Windows
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
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
It should be possible for the code to check each cell before selecting it to determine if it's visible. How are the cells hidden--hidden row? hidden column?

However, it is not possible to give you any real help without having your code. Please paste the code for the entire Sub Worksheet_BeforeDoubleClick here, and mark it as code with the VBA button on the edit controls.
 
Upvote 0

Forum statistics

Threads
1,215,077
Messages
6,122,991
Members
449,094
Latest member
masterms

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top