Stripester
Technical User
Hi - i'm trying to put a value in the last row in col G.
The last row at present is 16, but the code below is only giving me the total for F4.
What am I doing wrong.
And out of interest - is it possible to put an actual formula in the cell?
LRow = Range("a65536"
.End(xlUp).Row
Cells(LRow, 7).Value = Range("F4:F" & LRow).Value
Thankyou
Stripe![[pumpkin] [pumpkin] [pumpkin]](/data/assets/smilies/pumpkin.gif)
The last row at present is 16, but the code below is only giving me the total for F4.
What am I doing wrong.
And out of interest - is it possible to put an actual formula in the cell?
LRow = Range("a65536"
Cells(LRow, 7).Value = Range("F4:F" & LRow).Value
Thankyou
Stripe
![[pumpkin] [pumpkin] [pumpkin]](/data/assets/smilies/pumpkin.gif)