Expression refers to a cell one row below cell A1 and two columns to the right of cell A1: this refers to the cell commonly known as C2
Sub offset() range("A1").offset(1, 2).Select End Sub