Please Note: This article is written for users of the following Microsoft Word versions: 97, 2000, 2002, and 2003. If you are using a later version (Word 2007 or later), this tip may not work for you. For a version of this tip written specifically for later versions of Word, click here: Getting Rid of Many Hyperlinks.
Written by Allen Wyatt (last updated August 31, 2024)
This tip applies to Word 97, 2000, 2002, and 2003
Do you create documents by pasting information that was copied from the Internet? This is not unusual for some people, as there is quite a bit of public-domain information that can be copied from the Internet. When you paste your information into a document, you may notice that there are quite a few hyperlinks in your documents. What if you want to get rid of those hyperlinks?
There are several ways you can approach this problem. One of the easiest ways is to simply change how you paste your information. If you do a simply Ctrl+V to paste, then Word tries to retain as much of the formatting and other attributes of the original text as it can, including hyperlinks. (This is not to say that hyperlinks are strictly formatting; they are not. They are really fields—but more on that in a moment.)
Instead of pasting using Ctrl+V, use Paste Special to paste Unformatted Text (Edit | Paste Special). Word then inserts the information as plain text, without any formatting. It also does not make hyperlinks active in the document. After pasting in this method, you can proceed to format the text as you want.
Another solution is to convert all the hyperlinks to regular text. After doing your paste, press Ctrl+A to select the entire document, and then press Ctrl+Shift+F9. As was mentioned earlier, hyperlinks are implemented through the use of fields. If you press Ctrl+Shift+F9, then any selected fields are converted to their results, and the fields are removed. Thus, the hyperlinks are removed.
There are two drawbacks to this approach. First, not only are the hyperlinks removed, but so are all the other fields in your document. (If you have other fields, you should understand that they will be affected, as well.) The second drawback is that the formatting of your hyperlinks is still there—they show as blue and underlined.
The first drawback is easy to compensate for, provided you don't mind using a macro. The following macro quickly removes all hyperlinks in a document, without affecting any other fields:
Sub KillLinks() Do Until ActiveDocument.Hyperlinks.Count = 0 ActiveDocument.Hyperlinks(1).Delete Loop End Sub
Even after running the macro, the formatting issue still remains—they hyperlinks are formatted as blue and underlined. You can get rid of the formatting by using the Find and Replace feature of Word, but how you use it depends on how the hyperlinks were created.
When you are typing in a document and you type some sort of recognizable electronic address (an e-mail address or a URL), Word automatically formats the address using the Hyperlink style. In that case, you can search for any text using the Hyperlink style, and replace it without the Hyperlink style. (Remember—this doesn't remove the hyperlink, just the Hyperlink style.)
When you paste information in a document, the hyperlinks are formatted differently; Word doesn't use styles to format them. Instead, it formats the hyperlinks explicitly as blue and underlined. In this case, you need to search explicitly for blue and underlined text and replace it with text that is not blue and not underlined.
Note:
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (3845) applies to Microsoft Word 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Word (Word 2007 and later) here: Getting Rid of Many Hyperlinks.
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!
Need to see what your document would look like as a Web page? Word allows you to get a glimpse by using the Web Page ...
Discover MoreActive hyperlinks can be a desired feature in some types of documents. If you want to replace multiple instances of plain ...
Discover MoreWhen using Word to create content that will end up on the Web, it is helpful to know the probably screen resolution of ...
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 menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon 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