Get first free row on column from Excel worksheet - Retrieve the first free row, given the column of the active worksheet. and the output variable produced is FirstFreeRowOnColumn(i.e. last rows +1).
For example if a column has 10 rows then output will be 10(last rows) +1(first free row) = 11. Thats why 1 is substracted from FirstFreeRowOnColumn( FirstFreeRowOnColumn -1) to find the last row.

If I have answered your question, please mark my post as Solved.
If you like my response, please give it a Thumbs Up.
Regards
Kaif