Hello all,
I have quick question. I am struggling with autofilter in vba. I have following code:
itm is shift code, which can be xxx, aaa, bbb, ccc etc...
FilterArr = Array("*" & Itm, "*" & Itm & "/*")
FilterRng.AutoFilter field:=1, Criteria1:=FilterArr, Operator:=xlFilterValues...