Update Links

  • Thread starter Thread starter Joe User
  • Start date Start date
J

Joe User

I have a macro in an excel workbook. After the macro is
done I would like to update all links that are in each
sheet. What is the propper syntax for that?
 
Take a look at UpdateLink in VBA's help for a nice example:

ahhh. From xl2002's help:

ActiveWorkbook.UpdateLink Name:=ActiveWorkbook.LinkSources
 

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