I have a problem with summing cells in vba. I need to use Cells(a,b):
Range("A1").function="=SUM(Range(Cells(2,1),Cells(3,2)))"
but it doesn't work.
I have a problem with summing cells in vba. I need to use Cells(a,b):
Range("A1").function="=SUM(Range(Cells(2,1),Cells(3,2)))"
but it doesn't work.