View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
realmani realmani is offline
external usenet poster
 
Posts: 2
Default Hiding rows based on a criteria thru and event proceedure


I have data range L5:L100 which contains numbers. I want an event
proceedure which hide the rows if cell value is equal to zero.

Further i want this event proceedure assign to a button. Clicking on
it will perform the above task

Could anyone help?