Forum Discussion
Mark Lee
Mar 20, 2019Copper Contributor
VBA to filter multiple ranges in single column
Hi, I had a macro created which filters different groups of numbers from a within a possible range (35000-39999) in a single column and copied the filtered lines to a new tab. this works on a loo...
Rajeev_Raghavan
Dec 15, 2019Copper Contributor
ActiveSheet.Range("$A$1:$AT$670").AutoFilter Field:=8, Operator:=xlFilterValues, Criteria1:=Array("=7*", "=6*")
need to add "=9*" help me to find out the solution
need to add "=9*" help me to find out the solution