Hi There,
Can anyone help me with some code to perform an autofilter?
I'm trying to filter all items in a column that are greater or less than the first 2 characters in cell e2.
I've tried the following but it won't work!
Selection.AutoFilter Field:=7, Criteria1:=">left(e2,2)", Operator:=xlOr, _
Criteria2:="<left(e2,2)"
Thanks,
Andrew
Can anyone help me with some code to perform an autofilter?
I'm trying to filter all items in a column that are greater or less than the first 2 characters in cell e2.
I've tried the following but it won't work!
Selection.AutoFilter Field:=7, Criteria1:=">left(e2,2)", Operator:=xlOr, _
Criteria2:="<left(e2,2)"
Thanks,
Andrew