Mega Code Archive

 
Categories / VisualBasic Script / Excel
 

Expression refers to a cell one row below cell A1 and two columns to the right of cell A1

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