Hello,
I am trying to get the value2 of the third row of column6 of a worksheet which has an autofilter applied.
I tried the code below, but I am getting the value of as if there is no autofilter.
Any suggestions?
I am trying to get the value2 of the third row of column6 of a worksheet which has an autofilter applied.
I tried the code below, but I am getting the value of as if there is no autofilter.
Code:
Set rng = ws.AutoFilter.Range.columns(6).SpecialCells(xlCellTypeVisible).Cells(3)
Any suggestions?