Without asking what this code is supposed to do <g> :
Range ("B9").FormulaR1C1 = "R[-" & i & "]C[4]"
Try to avoid Select unless you really need to guide the user around.
HTH. Best wishes Harald
"RichIT" <richiewoods@gmail.com> skrev i melding
news:1155222656.549935.30580@i3g2000cwc.googlegroups.com...
> Hi All, thanks a million in advance!
>
> my Current code is:
>
> Range ("B9").Select
> Dim i As Integer
> For i = 4 to 7
> ActiveCell.FormulaR1C1 = "R[-i]C[4]"
> Next i
> End Sub
>
> This does not work. Im trying to set cell B9= to A6 (in this example),
> then repeat the code with i=5 meaning B9 should now = A5 (in this
> example). Could anyone help please. Thanks
>
> Rich
>
Bookmarks