Hi,
As I said. By far the best approach is to use a Data Filter. I'd be inclined to create a helper column which clearly identifies by using a standard Excel function or combination of functions, which rows should be hidden. My usual technique is to have the result of the helper column formuale be either "Hide" or "Show". Then it's a simple one line piece of macro code, along the lines of
which will display just the rows with the word "Show" in the A1:A100 range. Obviously change the A1:A100 to reflect your helper column range.
Bookmarks