Hi,
Could anybody say why this works
ActiveSheet.Range("$A$1:$F$64562").AutoFilter Field:=1, Criteria1:="=3100"
but this does not
ActiveSheet.Range("$A$1:$F$64562").AutoFilter Field:=1, Criteria1:="=31*"
I actually need the last one. How to solve the problem?
Could anybody say why this works
ActiveSheet.Range("$A$1:$F$64562").AutoFilter Field:=1, Criteria1:="=3100"
but this does not
ActiveSheet.Range("$A$1:$F$64562").AutoFilter Field:=1, Criteria1:="=31*"
I actually need the last one. How to solve the problem?