R
Rob Pauly
I just want to count the number of records/rows who match a value
specified with AutoFilter.
I already tried this:
Selection.AutoFilter Field:=3, Criteria1:="TEST"
Range("c1").Select
Range(Selection, Selection.End(xlDown)).Select
intTest = Selection.Rows.Count
but this wil give te wrong result.
please, can anyone give me an answer
specified with AutoFilter.
I already tried this:
Selection.AutoFilter Field:=3, Criteria1:="TEST"
Range("c1").Select
Range(Selection, Selection.End(xlDown)).Select
intTest = Selection.Rows.Count
but this wil give te wrong result.
please, can anyone give me an answer