K
Kevin
How can I sum a range of cells in code. I have tried
myresult=Application.worksheetfunction.sum(Range(cells
(2,1),cells(4,1))
but am having trouble. I get a syntax error.
Thanks!
Kevin
myresult=Application.worksheetfunction.sum(Range(cells
(2,1),cells(4,1))
but am having trouble. I get a syntax error.
Thanks!
Kevin