What is the bar and function name for refresh all?

E

Eric

Does anyone have any suggestions on what the bar and function name is for
refresh all from external links?
I would like to code macro to refresh all from external links,
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric
 
G

Gary''s Student

Try something like:

ActiveWorkbook.UpdateLink Name:=ActiveWorkbook.LinkSources
 
Top