Excel Data Connection errors on Refresh

后端 未结 4 2034
傲寒
傲寒 2021-02-14 09:08

Solved! See below for solution!

I\'m in Excel 2010 connecting to multiple, seperate Access 2010 db\'s from Excel through PivotTable dat

4条回答
  •  暖寄归人
    2021-02-14 09:52

    You can use VBA to call your refreshes individually via the activeworkbook.connections object. See this Stack Overflow post for some clues on this method. The more atomistic appoach may allow better insight and control. For example, once you have all the steps in place, you can try inserting DoEvents to solve the issue.

提交回复
热议问题