Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to automate a simple SUM calculation that is based upon a varying
cell range. For instance, Rows 3 to 6 inclusive have figures in that I want to SUM in Row 7. I currently have the following code but suspect that I have made a really simple error with either the defining of CalcRow as Integer (String does not work either), or the ActiveCell.Formula construction. Any ideas please? Dim CalcRow As Integer CalcRow = 3 - ActiveCell.Row Range("E2").Select ActiveCell.FormulaR1C1 = "=SUM(R[CalcRow]C:R[-1]C)" Many Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Defining cell with only through 1 - 32 | New Users to Excel | |||
Name Defining | Excel Discussion (Misc queries) | |||
defining number range in textbox | Excel Programming | |||
Defining | Excel Discussion (Misc queries) | |||
Defining a number in a cell by text then subtracting it by the tex | Excel Worksheet Functions |