Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
In the example below, R stands for Row and C stands for column. Positive number For R mean down negative number mean up. Positive number for c mean left negative number mean right so RC[-2] means zero rows up/down and 2 columns to left. if R[1]C[2] then one row down and 2 column right. -----Original Message----- Why do the cell references in part of the macro below include negative numbers? ActiveCell.FormulaR1C1 = "=RC[-2]-RC[-3]" Range("C5").Select . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sum by coding without 0 | New Users to Excel | |||
sum by coding | New Users to Excel | |||
coding | Excel Discussion (Misc queries) | |||
"=ROW()-1" type of coding doesn't appear in a filter / is there coding that does? | Excel Programming | |||
Coding | Excel Programming |