Updating Workbook Links

Written by Allen Wyatt (last updated December 20, 2025)
This tip applies to Excel 2019, 2021, 2024, and Excel in Microsoft 365


1

Normally, if you have linked information in your workbook, the information is updated whenever you open the workbook. There may be times when you need to update the links manually, however. You do this by following these steps:

  1. Display the Data tab of the ribbon.
  2. In the Queries & Connections group, click the Workbook Links tool. Excel displays the Workbook Links task pane at the right side of the program window. (See Figure 1.)
  3. Figure 1. The Workbook Links task pane.

  4. Click on the workbook whose links you want to update. Excel expands that workbook name just a bit within the task pane and selects, within the workbook, the first link to the external workbook.
  5. In the options presented in the expanded link area, click the Refresh option.
  6. Repeat steps 3 and 4 for any other links you want to update.
  7. Click on Close.

If the Workbook Links tool (step 2) is grayed out, it is because you have no links in your workbook. Note that the links listed in the Workbook Links task pane are to other workbooks. If you have multiple links to the same workbook, then the workbook is listed only once in the task pane. When you choose to refresh the links to that workbook (steps 3 and 4), then all the links to that workbook are refreshed.

If you want to update all of the links instead of doing them individually, you can click the Refresh All option at the top of the Workbook Links task pane. When you are done updating links, you can close the task pane.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (7556) applies to Microsoft Excel 2019, 2021, 2024, and Excel in Microsoft 365.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Simultaneous Scrolling

If you have two worksheets displayed at the same time, you might want those worksheets to remain visually "in sync" with ...

Discover More

Drawing Borders

Adding borders around cells is a common formatting task. You can make the task more intuitive by actually drawing the ...

Discover More

Formatting Labels

Need your labels to look a certain way? You can save time by formatting them before Word actually creates the sheet of ...

Discover More

Dive Deep into Macros! Make Excel do things you thought were impossible, discover techniques you won't find anywhere else, and create powerful automated reports. Bill Jelen and Tracy Syrstad help you instantly visualize information to make it actionable. You’ll find step-by-step instructions, real-world case studies, and 50 workbooks packed with examples and solutions. Check out Microsoft Excel 2019 VBA and Macros today!

More ExcelTips (ribbon)

Unwanted Hyperlinks

Tired of having Excel convert what you type into active hyperlinks? Here are things you can do to undo Excel's ...

Discover More

Easily Changing Links

If you have linked information in your worksheets, you may want a way you can easily change the targets to which those ...

Discover More

Don't Update Links to Other Programs

If you have links in your workbook to data in other workbooks, you may want to control whether Excel updates those links ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is three less than 8?

2025-12-21 12:09:45

J. Woolley

The legacy Edit Links dialog (see Figure 1 below) can be opened by adding the Edit Links command to your QAT or to your Custom group in the ribbon; otherwise, use this VBA statement:
    Application.Dialogs(xlDialogOpenLinks).Show
My Excel Toolbox includes the following dynamic array function:
    =ListExLinks([SkipReference], [SkipHeader])
The result of ListExLinks is similar to the Edit Links dialog minus the Update column, but ListExLinks adds an optional Reference column to identify cells that contain a formula referencing the link.
ListExLinks is concerned with external links referenced by the active workbook, but the LinksToMe macro identifies all workbooks having an external link that references the active workbook.
See https://sites.google.com/view/MyExcelToolbox/

Figure 1. 


This Site

Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.