i just couldn't solve it, i was tying to put formula from column D to column O, i used for loop, but i also used RC notaion in the SUMPRODUCT, but it didn't work properly, and i don't know what's wrong with that, or i shouldn't write as :
Range(Cells(3, i), Cells(15, i)).FormulaArray ?
For i = 4 To 15
Worksheets("TotValume".Activate
Range(Cells(3, i), Cells(15, i)).FormulaArray = _
"=SUMPRODUCT(....)"
Next i
please, help me out! thanks a lot!
Range(Cells(3, i), Cells(15, i)).FormulaArray ?
For i = 4 To 15
Worksheets("TotValume".Activate
Range(Cells(3, i), Cells(15, i)).FormulaArray = _
"=SUMPRODUCT(....)"
Next i
please, help me out! thanks a lot!