Hyperlinks are super links, leading users to documents or specific locations on a website when clicked. Therefore, hyperlinks are extremely important and necessary in text documents.
Fastest Way to Delete Hyperlinks in Word
Quickest Method to Remove All Hyperlinks in Word
As mentioned earlier, there comes a time when you need to remove all hyperlinks. Knowing how to do this quickly and effectively is essential. To accomplish this task, you can follow these methods:
Method 1: Removing All Hyperlinks Using Visual Basic Code
Step 1: Open the Word document from which you want to remove all hyperlinks:
Then press the key combination Alt + F11 to open the Microsoft Visual Basic window.
Step 3: Copy the code snippet below:
Sub RemoveHyperlinks()
Declare i As Long
For i = TotalHyperlinks In ActiveDocument.Count Down To 1
Delete ActiveDocument.Hyperlinks(i)
End For
End Subroutine
Afterward, paste it into the Module you just opened and press F5 or click the Run icon to execute.
Step 4: Close the Microsoft Visual Basic window, return to your document -> you'll see all hyperlinks have been removed.
Method 2: Removing Hyperlinks by Using Ctrl + Shift + F9.
This method is simpler and faster than using Visual Basic Module. It helps you remove hyperlinks in the selected text. Before using this method, make sure to close Unikey.
Step 1: Select (highlight) the text where you want to remove the hyperlink.
Step 2: Press the key combination Ctrl + Shift + F9 to remove the hyperlink. The result will be the selected text with the hyperlink removed.
Mytour has just shared with you two ways to Quickly Remove All Hyperlinks in Word. The first method may take a little time, but you can remove all hyperlinks in the entire document. Therefore, depending on your needs and purposes, choose the fastest and best method for yourself.
In addition, in Excel, you can also easily and quickly delete hyperlinks. For more information, please refer to our article on How to Remove Hyperlinks in Excel that we previously introduced. Best of luck!