Ron,
That is the effect I want to get, however, i would like to know i
there is a "cleaner" looking way to accomplish this same task usin
visual basic. I have created a database that will be sent to othe
funtional departments and I don't want them to be able to mess aroun
with the filtering. I would like to use a code that is similar t
this....
Sub HideRows()
Range("A1:A100").Select
Selection.SpecialCells(xlCellTypeBlanks).Select
Selection.EntireRow.Hidden = True
End Sub
...but instead of hiding blank rows I'd like to be able to hide row
that say "not used".
Thanks for your hel