Hello, I have a "variable" (I think its called), called LastRow. And LastRow will find the latest row with data in special column. But if LastRow is empty. It will cause problems and delete information. Can I in some way set a minimum LastRow range? All help would be awesome!
Code:
LastRow = .Cells(.Rows.count, "A").End(xlUp).Row
Range("R" & LastRow & ":" & "R100").Clear