Why not just put the formula in with vba:
[VBA]Sheets("01").Cells(4, 4).Formula = "=A1+B1"[/VBA]