FormulaR1C1 Property Example

This example sets the formula for cell B1 on Sheet1.

Worksheets("Sheet1").Range("B1").FormulaR1C1 = "=SQRT(R1C1)"

Send feedback to MSDN.Look here for MSDN Online resources.