Dim finishedStartRow As Long
Rows("finishedStartRow:finishedStartRow").Select
I'm trying to select the row 481805 using the finishedStartRow variable. I'm getting a type mismatch error because .Select can only handle Integers. Is there a workaround? Thanks!