D
Dennis
Excel 2003
The formula below works but it copies the formula exactly as the cell above.
myCell.Formula = myCell.Offset(-1, 0).Formula
Thus, A5 = B5+C5 and A6 =B5+C5 (if the formula above populates A6)
How can I copy a preceding Cell formula yet have it relative (A6=B6+C) ?
TIA Dennis
The formula below works but it copies the formula exactly as the cell above.
myCell.Formula = myCell.Offset(-1, 0).Formula
Thus, A5 = B5+C5 and A6 =B5+C5 (if the formula above populates A6)
How can I copy a preceding Cell formula yet have it relative (A6=B6+C) ?
TIA Dennis