Excel VisualBasic Script

Sub offset()
    range("A1").offset(1, 2).Select
End Sub