I have a spreadsheet that has an external data source set to "Refresh data when opening the file". I also have multiple pivot tables using that data which have "Refresh data when opening the file" marked.
Is there a non-VBA way I get the pivot tables to do their auto-refresh on open only *AFTER* the external data source has been updated when opening the workbook?
I know I can achieve this using VBA, but it would be nicer to have Excel do the refreshes in the correct order without being forced to make it a macro-enabled workbook.
Thanks.
Is there a non-VBA way I get the pivot tables to do their auto-refresh on open only *AFTER* the external data source has been updated when opening the workbook?
I know I can achieve this using VBA, but it would be nicer to have Excel do the refreshes in the correct order without being forced to make it a macro-enabled workbook.
Thanks.