Offset select upwards without looping without selecting hidden cells?

MichaelRSnow

Active Member
Joined
Aug 3, 2010
Messages
409
Hi

I've googled this for over 2 hours now and cannot find a solution that fits the remit and I've tried and failed numerous times to create something that remotely functions?

Simple ask, my sheet has c.150k+ rows of data, so looping out of the question, which has been filtered to avoid the need loop

Starting a the bottom visible cell (column N, Row XX) I just want to Select/Activate the next visible row above it, without looping through all the hidden rows in between?

Is that possible?
 
You could use specialcells(xlcelltypevisible) on the range above the activecell and up to the top of the column, then just select the last cell of that range.
 
Upvote 0

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,215,073
Messages
6,122,977
Members
449,095
Latest member
Mr Hughes

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