View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vlookup help Vlookup help is offline
external usenet poster
 
Posts: 2
Default Conditional Hide rows with zero

Hi,

I would like a VBA code that will allow me to hide certain rows. That is,
if cell A3 has a "1" in it, then I want that entire row (only on this
worksheet, not throughout the workbook) to be hidden. I would also like it
to hide all of the totally blank rows at the bottom of the worksheet. The
last request is that this is a constantly running and as each cell in column
A changes to a "1" then the row is hidden.

Thanks,

Jon