You could sort:

VB Code:
  1. Range("A1:D200").sort("A:A")

which will change the rows around, or to only display certain types at any one time just set a filter (select the first column, then Tools, Autofilter).

zaza