Hello,

I currently have a VBA macro, a VBA Script, and a Batch file that I successfully scheduled through task Manager.

The vba code I used is a simple "ActiveWorkbook.RefreshAll".

What this seems to do, is equivalent of going to "Data" and clicking refresh all. The problem is, all the data I need to update comes from various external data connections (SQL & Big Query).

I would really appreciate it if someone can offer their insight into how not just to refresh all data, but to refresh all data connections.

-Thank you!