Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In the following, the last action is to sum Row 2:Row 1889. Row 1889 varies
each time I run the report. I am looking for some way to either AutoSum in the active cell or count the number of rows above the active cell (minus the header row) and insert that number in the place of 1889. Help Please. ~Robert Columns("L:L").Select Selection.Find(What:="", After:=ActiveCell, LookIn:=xlFormulas, LookAt _ :=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:= _ False, SearchFormat:=False).Activate ActiveCell.Offset(0, 23).Range("A1").Select ActiveCell.FormulaR1C1 = "=SUM(R[-1889]C:R[-1]C)" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How 2 sort an autosum total list after adding items 2 autosum item | Excel Discussion (Misc queries) | |||
autosum | Excel Discussion (Misc queries) | |||
autosum | Excel Discussion (Misc queries) | |||
Getting value of an Autosum | Excel Programming | |||
autosum in VBA | Excel Programming |