In Excel 2007 you can filter on multiple values rather than just two. However, VBA only has a Criteria2 property for a filter -- so you can't display more than two filter criterias even if you picked, for example, "1 OR 2 OR 3," etc.
Is there any way to get this data in Excel 2007? The tool tip that you see when hovering over the autofilter arrow displays just what I need, so there's some way of doing this, though it may not be accessible via VBA.
I really appreciate anyone's help. I filter many columns at the same time all day long at work and being able to quickly see the parameters would help enormously.
Bookmarks