Hello,
Can someone assist me to identify a macro that will count non blank row from a particular row to the next blank row in the middle of the sheet. Sample below
[Column A]
[Row 1] Not Needed
[Row 2] Not Needed
[Row 3] Blank Cell
[Row 4] Needed
[Row 5] Needed
[Row 6] Needed
[Row 7] Needed
[Row 8] Blank Cell
[Row 9] Not Needed
[Rw 10] Not Needed
[Row 7] Not Needed
In the example above I want to count starting A4 to the next blank cell, so it should return 4.
Thanks in advance
Can someone assist me to identify a macro that will count non blank row from a particular row to the next blank row in the middle of the sheet. Sample below
[Column A]
[Row 1] Not Needed
[Row 2] Not Needed
[Row 3] Blank Cell
[Row 4] Needed
[Row 5] Needed
[Row 6] Needed
[Row 7] Needed
[Row 8] Blank Cell
[Row 9] Not Needed
[Rw 10] Not Needed
[Row 7] Not Needed
In the example above I want to count starting A4 to the next blank cell, so it should return 4.
Thanks in advance