Update Links

  • Thread starter Thread starter MikeF
  • Start date Start date
M

MikeF

Am simply looking for the code to update all linked workbooks as listed in
the Edit Links dialog box.

Am able to automatically open them, and then close them.
But once they're closed, need the sub-routine to Update [all] Links.

This should be simple, but have made many attempts to no avail.

Does anyone have the solution?

Thanx,
- Mike
 
Look at VBA's help for UpdateLink
Am simply looking for the code to update all linked workbooks as listed in
the Edit Links dialog box.

Am able to automatically open them, and then close them.
But once they're closed, need the sub-routine to Update [all] Links.

This should be simple, but have made many attempts to no avail.

Does anyone have the solution?

Thanx,
- Mike
 
Actually found the same via Google, after an hour of searching.
Stumbled on it though. My problem was searching for "UpdateLinks", in plural.

Nevertheless Dave, thanx, that was exactly it.

- Mike

Dave Peterson said:
Look at VBA's help for UpdateLink
Am simply looking for the code to update all linked workbooks as listed in
the Edit Links dialog box.

Am able to automatically open them, and then close them.
But once they're closed, need the sub-routine to Update [all] Links.

This should be simple, but have made many attempts to no avail.

Does anyone have the solution?

Thanx,
- Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top