Absolute and Relative values in the same formula...
Posted by Dave on January 08, 2002 7:42 AM
HI all.
i have a macro which contains this line:
ActiveCell.FormulaR1C1 = "=SUM(?????:R[-1]C)"
i'd like to replace the ????? with something like "C2". In other words, sum the range from one cell up from the active cell to one down from the top of the column. I don't know if you can mix relative and absolute reference within a formula.
Any thoughts?
Cheers,
Dave