Hello,
I'm new to VBA and I'm having a little difficulty with a loop that is running to the end of worksheet instead of stopping at the last row in the column.
The second row of the code here seems to be the culprit. Any help is appreciated. Thanks.
Sub LTM()
FinalRow = Cells(Rows.Count...