I've looked at the replies here : old similar post, tried everything but nothing worked. I have tried:
- Disabling the background refresh, problem here the execution time for individual queries takes forever.
- Wait method, the wait method pauses the refresh all method which defeats the purpose.
- I also tried after refresh but did not trigger it.
I have 71 power queries that runs on refresh all. The results for these queries are in hidden sheets, and I have one main sheet that contains links to individual cells in the hidden sheets. As i mentioned all the remaining sheets are hidden.
There is no way so far to automate the entire experience after the refresh process. I have to intervene and do the work manually.
I need a way to tell VBA to not execute the following code until the refresh of all these queries and return their results.
Please Help!!