I have a main excel file which is populated with multiple pivot tables that was originally referencing data on another sheet within the same excel file. I wanted to move the information that this pivot table was referencing to a separate file so that there
could be a master file in which information could be changed/updated and all who were using the main excel file would automatically see these changes.
So I created a new document (We'll call it Test1), and made a copy of the sheet containing all of the pivot tables (from the original document) in this new file. Then I created a new query from a file that referenced the master excel file (call that Master1)
with all the relevant data. This populated a separate sheet in the Test1 document in sheet 2. I then changed the data source of the Test1 pivot tables (on sheet 1) to reference the information that was brought in to sheet 2.
I set the both the pivot tables in sheet 1 and the referenced data in sheet 2 to AutoRefresh on start, but this is where I ran into my problem. If I change data in Master1 then save the changes and then go and open my Test1 document, I find that sheet 2 (that
is pulling it's data from Master1) has reflected the changes I made, but the Pivot tables in sheet 1 do not. When I manually hit the refresh button in sheet 1 the changes appear but I need this to work automatically.
Is there anything I can do to fix this or is this just a symptom of how the data is structured? Using Excel 2016 for reference. Thanks ahead of time for anyone that can help me.