Hi,
I was hoping someone could help me out with writing a VBA code. I currently have the G column that looks like this and I want to develop a code so that it outputs the numbers that are bolded into the H column. Basically the column is a counter that counts until a 0 is found. I want the max number of each counter. I am completely unfamiliar with writing any VBA code and any help would be appreciated. Thanks for looking!
G H
2 2
1 6
0 2
0 3
0 .
6 .
5 .
4
3
2
1
0
2
1
0
3
2
1
0
.
.
.