Hi, I have 8 filtering criteria in a single column, I'm trying to build a macro which would put a filter based on each criteria however the issue is if it doesn't find any value in the filter all other value goes blank and sometimes I'm even unable to put the filter using the formula, request if you could help
VBA Code:
Range("AF2").Select
ActiveSheet.Cells(1, 1).AutoFilter Field:=6, Criteria1:="*Pre-Imp*", Criteria2:="*Readiness*", Criteria3:="*S12*", Criteria4:="*IS12*", Criteria5:="*TIX*", Criteria6:="*SSA*", Criteria7:="*#SR*", Criteria8:="*#$*",Operator:=xlAnd
Range("A1").CurrentRegion.Select