Code:
Dim cntRows As Long
cntRows = ActiveWorkbook.Worksheets("ANALYTICS").Cells("F1").Find("*", , , , xlByRows, xlPrevious, , , False).Row
Trying to find the last row in Column F that is not blank.
I get 'Invalid procedure call of argument' (run-time error '5': )