This Excel tutorial explains how to refresh a closed workbook.
You may also want to read:
Excel VBA refresh all Pivot Table or Pivot Cache
Excel VBA AskToUpdateLinks Property
Excel refresh closed workbook
First of all, to refresh closed workbook involves opening the workbook, refresh and then close it, it is impossible to refresh closed workbook without opening it, but we can open a workbook by vba without seeing it physically opened.
Second, ask yourself what kind of refresh you ...
Read More