I searched the archives, but don’t see this exact issue.
I have 6 different workbooks (for 7 different users). These work books with a sheet for each month, track various data that the user manually enters. Each sheet totals at the bottom and links to a “Yearly total” sheet.
I’ve a macro that finds the last row used, minus the total blocks and adds lines to the worksheet as they need to add data (as the data varies from month to month).
–Everything works well to right about here…
There is an eigth workbook built the same way to this point, but also has a montly total page. Each of the other workbooks LINK those page (monthly) totals to the 8th workbook.
At this point, we’ll say the first total cell is at A14. When the user “Adds line” this will move the total cell down to A15 and so on. Some sheets have 100+ lines so the total cells might end up around A122.
When I tested, I did the page total “Paste LInk”. Even though I did the paste link when the cell was A14, it found the total cell(s) correctly after additional lines where added. I tested this by adding lines/saving/closing/reopening/etc.
However, when I turn it over to the users, the links appear to freeze somewhere and never find all the line additions. As soon as I go back and re-link them, they act fine again, until the users use them again…
Any ideas why the links don’t update?