Good Day
How to edit this code to make it filter 3 columns instead of 1 column
as you can see
i can only put one column to filter
please how to edit it?
How to edit this code to make it filter 3 columns instead of 1 column
Code:
ActiveSheet.ListObjects("Table2").Range.AutoFilter Field:=2, Criteria1:="*" & [k3] & "*", Operator:=xlFilterValues
as you can see
Code:
Field:=2
please how to edit it?