Hi
I'm trying to copy a formula from cell B1 and paste it into a fixed range of cells (B7:B11).
But it's not working, as expected?
I used this
Range("b1:b1").copy
Range("b7:b11").FillDown
But it didn't work.
Any ideas why?
TIA
I'm trying to copy a formula from cell B1 and paste it into a fixed range of cells (B7:B11).
But it's not working, as expected?
I used this
Range("b1:b1").copy
Range("b7:b11").FillDown
But it didn't work.
Any ideas why?
TIA