try ONE of these lines:
lr = Range("A1").End(xlDown).Row
lr = Cells(Rows.Count, "A").End(xlUp).Row
followed by:
SceValues = Range("A2:B" & lr).Value