Hello:
I currently have a spreadsheet that is pulling pricing information from the Internet in 900 queries. Currently, each query returns a 4 x 7 table of data assigned to a unique worksheet.
The problem is that it is taking 1 hour, 20 minutes to update.
So far, I have disabled the background refresh, which has helped improve times. Now, I am looking to see if there is anything else.
I have read about Table.Buffer, but I'm not sure where to insert that code when dealing with web queries.
I have not done any VBA coding yet, but have a good amount of experience in areas outside of Power Query.
I have ideas involving moving the data to one worksheet, but I think the issue is the number of queries. Any help making the data refresh more efficient is greatly appreciated.
I currently have a spreadsheet that is pulling pricing information from the Internet in 900 queries. Currently, each query returns a 4 x 7 table of data assigned to a unique worksheet.
The problem is that it is taking 1 hour, 20 minutes to update.
So far, I have disabled the background refresh, which has helped improve times. Now, I am looking to see if there is anything else.
I have read about Table.Buffer, but I'm not sure where to insert that code when dealing with web queries.
I have not done any VBA coding yet, but have a good amount of experience in areas outside of Power Query.
I have ideas involving moving the data to one worksheet, but I think the issue is the number of queries. Any help making the data refresh more efficient is greatly appreciated.