Hi i am trying to get this piece of code to work and i cant figure out why it isnt working. All the variables are assigned and it works if i only use the one criteria. Can anyone help me to get this to work
When i use it it comes back with a 1004 error
I could use it to filter out each one individually but i am trying to cut my code down and thought i would be able to combine these
Thank you in advance for any help
When i use it it comes back with a 1004 error
Code:
WTL.Range("WTL").AutoFilter Field:=3, Criteria1:="=*" & met & "*", Criteria2:="=*" & metf & "*", Criteria3:="=*" & rsv & "*", VisibleDropDown:=True
I could use it to filter out each one individually but i am trying to cut my code down and thought i would be able to combine these
Thank you in advance for any help
Last edited: