Hello!
I am trying to use the autofilter with variables. Here's my code:
Selection.AutoFilter Field:=7, Criteria1:=">=low", Operator:=xlAnd _
, Criteria2:="<=high"
low and high have values, but I am not sure where to put the "". I tried taking them out but I get a syntax error.
I am trying to use the autofilter with variables. Here's my code:
Selection.AutoFilter Field:=7, Criteria1:=">=low", Operator:=xlAnd _
, Criteria2:="<=high"
low and high have values, but I am not sure where to put the "". I tried taking them out but I get a syntax error.