W
Warura
I am trying to make a Sum of some set of cells, but are not always i
the same position, I have this code.... am I missing somthin

Cells(irun.Row, ultima) = "=Sum(cells(" & po1 & "," & ultima
"):cells(" & (irun.Row - 1) & "," & ultima & "))"
This does put the text "=Sum(cells(20,1):cells(25,1)" on the cell i
the sheet, but it doesnt sum the cells.... or what can i do? I cant us
specific cells cause I am geting information from diferent ranges.....
:
the same position, I have this code.... am I missing somthin

Cells(irun.Row, ultima) = "=Sum(cells(" & po1 & "," & ultima
"):cells(" & (irun.Row - 1) & "," & ultima & "))"
This does put the text "=Sum(cells(20,1):cells(25,1)" on the cell i
the sheet, but it doesnt sum the cells.... or what can i do? I cant us
specific cells cause I am geting information from diferent ranges.....
: