Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to sum using vb from cell e3 to the bottom of the row which
will be a variable number of rows. For some reason, it doesn't like the last line in my code. I think I may have done something wrong at the end of the last line. Dim Rng As Range Set Rng = Range ("e3").End(xlDown) rng.Offset (1,0).Formula="=SUM(E"&rng.row&")" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Summing it up | Excel Worksheet Functions | |||
PivotTable and summing/not summing | Excel Discussion (Misc queries) | |||
Summing all BUT one... | Excel Worksheet Functions | |||
Please Help with Summing | Excel Discussion (Misc queries) | |||
Summing | Excel Programming |