QuantBurner
New Member
- Joined
- Jan 29, 2011
- Messages
- 42
Hi,
I need to do this:
With .Range(.Cells(j + 1, 14), .Cells(j + 1, 18))
.FormulaR1C1 = "=r[-1]c[]/indirect(""I""&match(""gbp/""&r[-1]c-1,c-5:c-5,0)+1)"
End With
Which gives an error because of the c-1
Any tips?
Cheers
I need to do this:
With .Range(.Cells(j + 1, 14), .Cells(j + 1, 18))
.FormulaR1C1 = "=r[-1]c[]/indirect(""I""&match(""gbp/""&r[-1]c-1,c-5:c-5,0)+1)"
End With
Which gives an error because of the c-1
Any tips?
Cheers