meghaAgrawal
Programmer
I need to add a number of cells. They all are in the same column. I have row numbers and column number values stored in integer variables. I want to store their sum in a new variable, say total. Following does not work - please advise how should I do it
total = SUM(cells(rowStart, col), cells(rowEnd, col))
Thanks!
total = SUM(cells(rowStart, col), cells(rowEnd, col))
Thanks!