In a VBA array, how does one exclude values?
I am trying to autofilter for everything that is not equal to 1, 5 or blank in column 10, but the line of code is obviously incorrect.
.AutoFilter Field:=10, Criteria1:=Array("<>1", "<>5", "<>"), Operator:=xlFilterValues
cheers
I am trying to autofilter for everything that is not equal to 1, 5 or blank in column 10, but the line of code is obviously incorrect.
.AutoFilter Field:=10, Criteria1:=Array("<>1", "<>5", "<>"), Operator:=xlFilterValues
cheers