Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I sum all cells above a cell. For instance I have spreadsheets with
varying numbers of rows, and I want to add a sum total at the bottom of each of those columns. Since the number of rows is unknown, I am unsure of what to put after the word "sum"....... Here is the code I have: ActiveCell.SpecialCells(xlLastCell).Select ActiveCell.Offset(1, -2).Select ActiveCell.FormulaR1C1 = "=SUM(?????????)" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto Update Text Box Cell Reference | Excel Discussion (Misc queries) | |||
Reference a cell on another sheet and have the information auto up | Excel Worksheet Functions | |||
Cell Reference: won't auto-calculate, among other things | Excel Worksheet Functions | |||
Auto fill cell reference | Excel Discussion (Misc queries) | |||
Sum of 3 nos. into 1 cell in another sheet relevant to specific da | Excel Discussion (Misc queries) |