View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sean[_15_] Sean[_15_] is offline
external usenet poster
 
Posts: 25
Default Hide Entire Row If Cell = 0

I have a large area that contains a lot of zero's, I want to be able to put a
command button out there to HIDE / UNHIDE these rows.

The macro should search column AL35:AL609 this is very specific. If it
finds a 0 in the column it should hide the entire row.

I can add two buttons if needed one to hide and one to show, if needed.

Thanks,

Sean