Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, and 2016. If you are using an earlier version (Word 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Word, click here: Avoiding the Update Links Message.
Written by Allen Wyatt (last updated June 7, 2023)
This tip applies to Word 2007, 2010, 2013, and 2016
Michael notes that, as he expects, Word automatically updates links when he opens a document. The problem is that when other users of his workbook see the "Do you want to update links" message that appears at startup, they don't understand what is happening. Michael wonders if there is a way to either suppress the message or set the default to "Yes" (to update links) so that the message never appears.
The answer is "yes" and "sort of." (Sounds confusing, right?) You can set the default to yes, but that doesn't guarantee that the users won't be asked again about updates.
If you want to set the default to yes, so that the links will be updated automatically on your machine, you can follow these steps:
Figure 1. The General section of the Advanced options of the Word options dialog box.
With this setting established, your default is established—you want links updated when the document is opened. The problem, of course, is that this is a per-machine setting. As long as someone is using your machine, there is no problem. If you give the document (or series of documents, since there are links between them) to someone else who doesn't have the setting made, then their links won't be updated automatically.
There is one way around this, and that is with an AutoOpen macro. A simple one, to change the one setting, could appear as follows:
Sub AutoOpen() Word.Options.UpdateLinksAtOpen = True End Sub
Of course, such an approach simply replaces one problem with another problem. If your users are confused by being asked about links, then there is just as great a chance that they will be confused when asked if macros should be enabled in the document they are opening.
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (11410) applies to Microsoft Word 2007, 2010, 2013, and 2016. You can find a version of this tip for the older menu interface of Word here: Avoiding the Update Links Message.
The First and Last Word on Word! Bestselling For Dummies author Dan Gookin puts his usual fun and friendly candor back to work to show you how to navigate Word 2013. Spend more time working and less time trying to figure it all out! Check out Word 2013 For Dummies today!
Hate to take your hands off the keyboard? Here's a handy keyboard shortcut you can use to display (or not display) the ...
Discover MoreDo you long for a way to reset Word to a 'factory default' condition? It is almost impossible to get things to the way ...
Discover MoreWhen did Word add each new feature to the program? The answer isn't as clear-cut as you might think it is. This tip ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2024 Sharon Parq Associates, Inc.
Comments