I have a template (*.xltm) which has a few different tables in it, each table is named based upon what it is used for.
Example: tblDates; tblLocations; tblStatus; etc
A number of in-cell formulas reference the tables by name and their contents.
When I save the file, it gives it a unique file name. I then go back and use the template to generate a different file; etc etc.
I then combine all of the different workbooks into a single workbook, so that I have all of the different files in one single workbook.
However, this has caused a problem. Due to all of the files having the same tables and the tables all named the same, when copied over to the same workbook, the table names are being changed automatically.
What used to be tblDates is now tblDates2, tblDates3 .... tblDates432, etc.
This is happening to all of my tables.
The issue is that the incell formulas are now referencing tables not pertaining to that specific worksheet's tables.
I have no idea how to stop or correct this. Normally I can think of something to circumvent the issue, but nothing is coming to mind.
Any ideas on how to avoid this issue?
-Spydey
Example: tblDates; tblLocations; tblStatus; etc
A number of in-cell formulas reference the tables by name and their contents.
When I save the file, it gives it a unique file name. I then go back and use the template to generate a different file; etc etc.
I then combine all of the different workbooks into a single workbook, so that I have all of the different files in one single workbook.
However, this has caused a problem. Due to all of the files having the same tables and the tables all named the same, when copied over to the same workbook, the table names are being changed automatically.
What used to be tblDates is now tblDates2, tblDates3 .... tblDates432, etc.
This is happening to all of my tables.
The issue is that the incell formulas are now referencing tables not pertaining to that specific worksheet's tables.
I have no idea how to stop or correct this. Normally I can think of something to circumvent the issue, but nothing is coming to mind.
Any ideas on how to avoid this issue?
-Spydey