View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
henri henri is offline
external usenet poster
 
Posts: 4
Default Hidind rows conditionally

I need to scan rows in a range and hide them according to
the value of one of their columns.

Basically:

For Cell= E1 to E650
if E(XX)=0 hide row where E(XX) is.
Next

Thanks in advance