Autofilter Multiple Criteria

  • Thread starter Thread starter andibevan
  • Start date Start date
A

andibevan

Hi All,

I am using the following code to apply a filter to a spreadsheet:-

Selection.AutoFilter Field:=7, Criteria1:="High", Operator:=xlOr
Criteria2:="Low"

I can only work out how to filter by two criteria. Is there a metho
that would allow me to filter by 3 criteria, i.e. display all item
which are either, High, Low or Medium?

Any help would be gladly received.

And
 

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