I have a column with multiple values (approx 25) and I want to filter it based on the values I don't want to have visible. Is there a way to "filter out" multiple values? I know how to filter for values I want to see using Array, but I don't know how to do the reverse of that.
This I know:
AutoFilter Field:6, Criteria1:=Array(.... my list), Operator:xlFilterValues
But it doesn't like it if I try:
AutoFilter Field:6, Criteria1:<>Array(.... my list), Operator:xlFilterValues
Any help with this would be most appreciated.
This I know:
AutoFilter Field:6, Criteria1:=Array(.... my list), Operator:xlFilterValues
But it doesn't like it if I try:
AutoFilter Field:6, Criteria1:<>Array(.... my list), Operator:xlFilterValues
Any help with this would be most appreciated.