Hi,
I'd like some help please with this situation below.
The VBA code works to copy months back a column to free space for future months.
It has linked cells references to other workbooks that should be converted to absolute references before copying to ensure it still references the same cell.
This should not apply to =SUM formulas as they should relate to the column they are on.
At the moment I manually select the range with the linked cells remove the = sign copy and paste then reinsert the equal sign.
This does work but selecting all the specific ranges takes time and is fragile (one new rows messes it up).
Ideally a solution with a single range that can be selected which could somehow use absolute references copy paste for linked cells but normal copy paste for the =SUM formulas.
Hope I explained that clearly.
Thanks for reading!
I'd like some help please with this situation below.
The VBA code works to copy months back a column to free space for future months.
It has linked cells references to other workbooks that should be converted to absolute references before copying to ensure it still references the same cell.
This should not apply to =SUM formulas as they should relate to the column they are on.
At the moment I manually select the range with the linked cells remove the = sign copy and paste then reinsert the equal sign.
This does work but selecting all the specific ranges takes time and is fragile (one new rows messes it up).
Ideally a solution with a single range that can be selected which could somehow use absolute references copy paste for linked cells but normal copy paste for the =SUM formulas.
Hope I explained that clearly.
Thanks for reading!