Hi,
I’m just a beginner and I’d like to find the way to know the line number of the first non-empty cell of a row (0).
I have a row (first one) which have data. I just want to get a line of the last cell of those data. I have others rows longer than the first one, so I just want the last of the first row.
I did a lot of search, found gotoEndOfUsedArea(False) but it gives me the first non used line, not the same thing.
And I need to get the line number, not to select the cell.
Thanks
Sorry for my english, but French forum seems not to be very active.
EDIT:
It seems I made a big confusion (bad english).
I want the row number of the first nonblank cell in a column (the first one).
Sorry.