Offset Method Example
This example sets the font for the contents of the cell that is one column to the right of the active cell.
Spreadsheet1.ActiveCell.Offset(0, 1).Font.Bold = True