J
Jerry
Hi,
If I'm recording a macro and specify to use relative
references, why does the VBA code look as though it is
specifying absolute cell references?
I.e.,
ActiveCell.FormulaR1C1 = "Test"
ActiveCell.Offset(1,0).Range("A1").Select
Why is A1 listed here...considering I'm running this in
another part of the worksheet say I42?
Thanks
Jerry
If I'm recording a macro and specify to use relative
references, why does the VBA code look as though it is
specifying absolute cell references?
I.e.,
ActiveCell.FormulaR1C1 = "Test"
ActiveCell.Offset(1,0).Range("A1").Select
Why is A1 listed here...considering I'm running this in
another part of the worksheet say I42?
Thanks
Jerry