Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub R1C1Test()
Range("C5").Select x = "=SUM(R[" & -4 & "]C:R[" & -1 & "]C)" Selection.FormulaR1C1 = x End Sub This puts the formula "=SUM(C1:C4)" in Cell C5. How do I modify this to put the same formula in Cell B5? A little education please... Thanks, Bernie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
premium solver education | Excel Discussion (Misc queries) | |||
help on Converting R1C1 to A1 and A1 to R1C1..tia sa2 | Excel Worksheet Functions | |||
computers in education | Excel Discussion (Misc queries) | |||
Training/Education Documents | Excel Discussion (Misc queries) | |||
Help Need VBA Education | Excel Programming |