Macro to filter 5 columns at once

Joined
Apr 26, 2006
Messages
3
Reaction score
0
Could anyone help with this code? I can't get it to run.

Thanks


Sub tester()

Selection.AutoFilter Field:=12 = 11 = 10 = 9 = 8, Criteria1:="=#*", Operator:=xlOr, _
Criteria2:="=0"

End Sub
 

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

Top