B
Brian Gibson
How do I select the first filter row of an autofiltered range?
I tried going to the top of the range and doing an offset:
range("E1").Activate
ActiveCell.Offset(1, 0).Activate
but that did not work.
If E1 was the header row and E150 was the first filtered row, this code
above would activate E2.
I tried going to the top of the range and doing an offset:
range("E1").Activate
ActiveCell.Offset(1, 0).Activate
but that did not work.
If E1 was the header row and E150 was the first filtered row, this code
above would activate E2.