VB for multiple filters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

is it possible to filter on two columns ?

I'm using

Selection.AutoFilter Field:=12, Criteria2:="ABCD"

to filter automatically, but need to add another selection eg:

If value in Col A = "ABCD" AND value in Col B = "DEFG"
then
Display = True

thanks
Jinx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top