View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve Steve is offline
external usenet poster
 
Posts: 1,814
Default Hiding entire rows

I have a construction contents list, with this list I can order various
items. the rows are quantity - code - description - list - total

what I need to do is to press a command button and hide the rows where the
quantity (column A) = "".
I've tried a number of the examples in the answers already but no joy.
Can anyone help me please.

Thank you all