mummbles74
Board Regular
- Joined
- Nov 14, 2009
- Messages
- 120
- Office Version
- 365
- Platform
- Windows
I have cells in a summary work book that are linked to other seperate workbooks. I have recorded a macro to refresh these links as I had no Idea where to start with this one. like:
ActiveWorkbook.UpdateLink Name:= _
"S:\Maintenance\Gary Howard\IEA COW\Current Emergent Work\ANALYSER EMERG WO Current.xls" _
, Type:=xlExcelLinks
For each cell.
Is there a line of code that will refresh all these links in one go and can I set a timer on this to refresh automatically every 10mins?
Thank you in advance as always.
ActiveWorkbook.UpdateLink Name:= _
"S:\Maintenance\Gary Howard\IEA COW\Current Emergent Work\ANALYSER EMERG WO Current.xls" _
, Type:=xlExcelLinks
For each cell.
Is there a line of code that will refresh all these links in one go and can I set a timer on this to refresh automatically every 10mins?
Thank you in advance as always.