View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
kim kim is offline
external usenet poster
 
Posts: 4
Default Autohide Rows based on condition

tr
For row=1 to lastro
if condition then cells(row,1).entirerow.hid
Next