I have an Excel workbook containing an "old" table which is referenced all over the place in thousands of formulas. I want to replace this "old" table with a "new", already exisiting table. All the formulas should therefore reference this "new" table. I'm now desparetly searching for a way to update the reference/name of the "old" table to just point on the "new" table range.
For everyone not very familiar with this topic. If i rename the old table every formula updates the reference to this new name of the old table. Maybe there's also a way of stopping the formulas from updating that reference?
I've tried Search&Replace but i always get hundreds of erorrs, because excel says the formulas are invalid and it's very tedious. Deleting the old table gives me a REFERENCE! error. I've tried to change the range of the old Table with vba or overwrite the names but nothing works.