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
|
|
0
|
|
|
|
Reply
|
Utf
|
3/20/2010 10:54:01 AM |
|
Try something like:
ActiveWorkbook.UpdateLink Name:=ActiveWorkbook.LinkSources
--
Gary''s Student - gsnu201001
"Eric" wrote:
> 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
|
|
0
|
|
|
|
Reply
|
Utf
|
3/20/2010 11:19:01 AM
|
|