Hi all,
I'm fairly new to VBA and i'd need some help. I'm trying look for a code that finds the last blank cell after my data. Problem is within the data, there's are spaces in between. so what i'm trying to find is column J 1st row. Can anyone please help me?
<colgroup><col><col><col span="9"></colgroup><tbody>
</tbody>
I'm fairly new to VBA and i'd need some help. I'm trying look for a code that finds the last blank cell after my data. Problem is within the data, there's are spaces in between. so what i'm trying to find is column J 1st row. Can anyone please help me?
A | B | C | D | E | F | G | H | I | J | |
1 | ||||||||||
2 | 1st leg | 2nd leg | 1st leg | 2nd leg | 1st leg | 2nd leg | ||||
3 | 12/6/2016 | 13/6/2016 | 13/6/2016 | 14/6/2016 | 14/6/2016 | 15/6/2016 | ||||
4 | 12/6/2016 | 13/6/2016 | 13/6/2016 | 14/6/2016 | 14/6/2016 | 15/6/2016 | ||||
5 | 12/6/2016 | 13/6/2016 | 13/6/2016 | 14/6/2016 | 14/6/2016 | 15/6/2016 | ||||
6 | 12/6/2016 | 13/6/2016 | 13/6/2016 | 14/6/2016 | 14/6/2016 | 15/6/2016 |
<colgroup><col><col><col span="9"></colgroup><tbody>
</tbody>