I am using the below code to try and filter out these values but I don't know how to tell it to not equal these values.
My end goal is to show all values except the ones listed in the array, can anyone help me figure this out?
My end goal is to show all values except the ones listed in the array, can anyone help me figure this out?
VBA Code:
ActiveSheet.Range("$a$10:$cr$500").AutoFilter Field:=8, Criteria1:=Array( _
"*HOME*", "*BOND*", "In Origination", "*FHA*"), Operator:=xlFilterValues