Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,570
- Office Version
- 365
- 2016
- Platform
- Windows
I have Googled and I have searched this forum, but my results are only as good as the criteria I used to search.
I found a lot of references to similar concepts, but nothing exclusiver to the uniqueness of my quest.
Is anyone able to suggest a VBA solution to find the row number with the last instance of the number 1 from the top of column W of my worksheet?
In this case, I'm looking to find a row number of 2.
I found a lot of references to similar concepts, but nothing exclusiver to the uniqueness of my quest.
Is anyone able to suggest a VBA solution to find the row number with the last instance of the number 1 from the top of column W of my worksheet?
Book1 | |||
---|---|---|---|
W | |||
1 | 1 | ||
2 | 1 | ||
3 | 0 | ||
4 | 0 | ||
5 | 0 | ||
6 | 0 | ||
7 | 1 | ||
8 | 0 | ||
9 | 0 | ||
10 | 0 | ||
11 | 1 | ||
12 | 1 | ||
13 | 1 | ||
14 | 0 | ||
15 | 0 | ||
16 | 0 | ||
17 | 0 | ||
Sheet2 |
In this case, I'm looking to find a row number of 2.