Can someone please assist?
i have a very large workbook with some 200+ rows, (column c4:c220) contain a numberic value.
I want a commandbutton when clicked to hide any row where the c column value for that particular row equals zero
eg
If
c4=1
c5=0
c6=2
c7=0
c8=12
c9-11
c10=1
c12=0
when CommandButton1_Click() rows (5,7,and 12) will all be hidden
I also want a code so that when CommandButton2_Click() is pressed all rows c4:c200 are unhidden
i have a very large workbook with some 200+ rows, (column c4:c220) contain a numberic value.
I want a commandbutton when clicked to hide any row where the c column value for that particular row equals zero
eg
If
c4=1
c5=0
c6=2
c7=0
c8=12
c9-11
c10=1
c12=0
when CommandButton1_Click() rows (5,7,and 12) will all be hidden
I also want a code so that when CommandButton2_Click() is pressed all rows c4:c200 are unhidden