Hi Chaz
Use FormulaR1C1 property rather than Formula so the code you want then becomes:
This formula applied in any cell will always add the two cells to the immediate left of wherever you enter it.VB:Range("C2").FormulaR1C1 = "=RC[-1]+RC[-2]"
Richard


Always strumming
Reply With Quote
Bookmarks