Code:
Sub PowerQueryRefresh()
ActiveWorkbook.Connections("Query - Actuals").Refresh
ActiveWorkbook.Connections("Query - SFDC").Refresh
ActiveWorkbook.Connections("Query - PW Most Likely").Refresh
End Sub
Hi All,
I have just upgraded to Excel 2016 and I am wondering if excel 2016 can know get VBA to pause until first query is completed prior to proceeding to 2nd query and then the 3rd query. I don't want to refresh every query in the workbook at once, just the queries identified. I could never get this to work in excel 2013 so I am hopeful...