Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel 2003 Beta
What is the syntax for including an absolute reference within R1C1 notation? My latest attempt: Cells(Selection.Row, 3).FormulaR1C1 = "=TRIM(SUBSTITUTE(RC[-2],A3,""""))" But Excel adds single quotes around the A3. Thanks, Tim C |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tim,
You are instructing Excel to use R1C1 notation and it doesn't recognize A3 as a cell reference. If it is one that use R3C1 instead. If A3 is text than use ""A3"" As for Absolute Reference R3C3 is absolute R[3]C[3] is relative The difference is in the brackets. steve "Tim C" wrote in message ... Excel 2003 Beta What is the syntax for including an absolute reference within R1C1 notation? My latest attempt: Cells(Selection.Row, 3).FormulaR1C1 = "=TRIM(SUBSTITUTE(RC[-2],A3,""""))" But Excel adds single quotes around the A3. Thanks, Tim C |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
R1C1 reference | Excel Discussion (Misc queries) | |||
Absolute cell reference will not remain absolute. | Excel Worksheet Functions | |||
How do I change sheet notation from R1C1 style to A1 style in XL 2 | Setting up and Configuration of Excel | |||
R1C1 reference | Excel Discussion (Misc queries) | |||
R1C1 Notation | Excel Programming |