I am trying to filter a table using multiple criteria - however i am getting an error when I define the .Autofilter
I would assume this is the most correct syntax to use to avoid potential problems.
Dim filterValues() As Variant
filterValues(0) = "JB"
filterValues(1) = "JL"...