Hi
I am using Desktop.Grid with VB.Net
I want to place a formula in a cell - eg SUM of part of column.
I know the range of numbers involved in the SUM they are contained in 2 variables relating to the coordinates of the start cell and end cell ie
Start cell is Cell(subLoop + 1, 1)
End cell is Cell(iLoop - 1, 1)
However, I don't know the cell names eg A1 or B2
How do I create a SUM formula in Cell(iLoop) totalling the entries from Start cell to End cell
Regards
Bob Hamill