Thread: hiding rows
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bumblebee Bumblebee is offline
external usenet poster
 
Posts: 18
Default hiding rows

I've got a table that goes form rows 24 to 158 and from colums D to DC and I
want the macro to search colums S, AB, AK, AT, BC, BL, BU, CD, CM, CV, and if
any cell in one of these columns has a number equal to or lower that -0.012
then that row I want shown, the rest hidden. How would I go about
constructing a macro to do this?