C CLS Aug 10, 2004 #1 Is there a way to setup the ActiveCell.offset(x,y).Activate command skip over rows that are hidden due to an autofilter? Chad
Is there a way to setup the ActiveCell.offset(x,y).Activate command skip over rows that are hidden due to an autofilter? Chad
C Chip Pearson Aug 10, 2004 #2 Chad, No, you can't have Offset ignore hidden rows. You'll have to loop, testing each row's Hidden property. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com
Chad, No, you can't have Offset ignore hidden rows. You'll have to loop, testing each row's Hidden property. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com
N N10 Aug 11, 2004 #3 CLS said: Is there a way to setup the ActiveCell.offset(x,y).Activate command skip over rows that are hidden due to an autofilter? Chad Click to expand... Chad what do mean skip over ? What are trying to achieve ? N10
CLS said: Is there a way to setup the ActiveCell.offset(x,y).Activate command skip over rows that are hidden due to an autofilter? Chad Click to expand... Chad what do mean skip over ? What are trying to achieve ? N10