M
mpb1
Good evening All,
I am looking for some simple vba to hide rows that fit a certain criteria:
I have a results worksheet (entirely formula driven from data in another worksheet), a simplified version as follows,
A B C D (This column D is the sum of A,B &C)
1 Header Header Header Header
2 1 2 5 8
3 2 2 2 6
4 0 0 0 0
5 0 0 0 0
6 5 5 5 5
This forms the basis of a printed report, but I wish to Hide all the rows that have 0 in column D.
I hope I have expained this adequately
Any help would be most appreciated as always.
Cheers
Mathew
I am looking for some simple vba to hide rows that fit a certain criteria:
I have a results worksheet (entirely formula driven from data in another worksheet), a simplified version as follows,
A B C D (This column D is the sum of A,B &C)
1 Header Header Header Header
2 1 2 5 8
3 2 2 2 6
4 0 0 0 0
5 0 0 0 0
6 5 5 5 5
This forms the basis of a printed report, but I wish to Hide all the rows that have 0 in column D.
I hope I have expained this adequately
Any help would be most appreciated as always.
Cheers
Mathew