Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Delete the Link, Remove Hyperlink in Word

When you want to delete the entire link, the Hyperlink available in Word manually each link will take a lot of time.

Table of Contents

The following guide provides a clear overview of How to delete link in Word, with the most relevant background, details, and practical takeaways.

Many times you need to edit the copy of Word content on the network, delete all links in the text link. If the number of Hyperlinks on Word is small, we can do it manually, click Remove Hyperlink at the link. However, if multiple pages of text and multiple links are available, manual deletion is not feasible. So how to quickly delete all Hyperlink in Word documents? The following article will show you how to delete the entire link, remove Hyperlink on Word.

  • Instructions on how to create Hyperlink in Excel
  • This is a simple way to find and delete Hyperlink in Excel
  • How to create Hyperlink to link spreadsheets in Excel

Step 1:

At the interface of the Word document to delete the link, highlight the text and press Alt + F11.

How to Delete the Link, Remove Hyperlink in Word – Method 1: Delete Hyperlink with Visual Basic Code

Step 2:

The Microsoft Visual Basic interface appears. Here you click on the Insert tab and then select Module in the drop down list.

How to Delete the Link, Remove Hyperlink in Word – Method 1: Delete Hyperlink with Visual Basic Code (2)

Step 3:

Appear interface to enter command. Please enter the code below into that interface.

 Sub Remove_Hyperlink_KoDZ () 
 Dim i As Long 
 For i = ActiveDocument.Hyperlinks.Count To 1 Step -1 
 ActiveDocument.Hyperlinks (i) .Delete 
 Next I 
 End Sub 

How to Delete the Link, Remove Hyperlink in Word – Method 1: Delete Hyperlink with Visual Basic Code (3)

Step 4:

Then click on the Run Sub / User Form item at the Run or F5 key to execute the Module command.

How to Delete the Link, Remove Hyperlink in Word – Method 1: Delete Hyperlink with Visual Basic Code (4)

When we return to the text we will see the entire link that was inserted into the content has been completely removed, the font format and color remain the same.

This method will be applied on Word versions so you can use it even with Word 2003.

How to Delete the Link, Remove Hyperlink in Word – Method 1: Delete Hyperlink with Visual Basic Code (5)

First, turn off Vietnamese typing tools like Unikey is open on your computer.

Then also black out the entire text to remove the link and press Ctrl + Shift + F9. Immediately all link links on Word will be deleted. This way we can also apply to versions of Word.

How to Delete the Link, Remove Hyperlink in Word – Method 2: Delete the Word Link Link with the Key Combination (6)

Method 3: Use the Autocorrect Feature

Step 1:

To disable (disable) hyperlink in Word, first click on the File tab.

How to Delete the Link, Remove Hyperlink in Word – Method 3: Use the Autocorrect Feature (7)

In the options in the left pane, select Options.

How to Delete the Link, Remove Hyperlink in Word – Method 3: Use the Autocorrect Feature (8)

Step 2:

Now on the screen that appears the Word Options dialog box, click on the Proofing option in the list of items in the left pane.

How to Delete the Link, Remove Hyperlink in Word – Method 3: Use the Autocorrect Feature (9)

In the AutoCorrect options section, click the AutoCorrect Options button.

How to Delete the Link, Remove Hyperlink in Word – Method 3: Use the Autocorrect Feature (10)

Step 3:

On the screen that appears the AutoCorrect dialog box, click on the AutoFormat As You Type tab.

How to Delete the Link, Remove Hyperlink in Word – Method 3: Use the Autocorrect Feature (11)

In the Replace as you type section, check the Internet and network paths with hyperlinks section to deselect.

Then click OK to save the changes and close the dialog window.

How to Delete the Link, Remove Hyperlink in Word – Method 3: Use the Autocorrect Feature (12)

Back in the Word Options dialog box, click OK to close the dialog window.

How to Delete the Link, Remove Hyperlink in Word – Method 3: Use the Autocorrect Feature (13)

After you have disabled hyperlink:

How to Delete the Link, Remove Hyperlink in Word – Method 3: Use the Autocorrect Feature (14)

  • Enter the serial number and the automatic initial character MS Word
  • Create a quick dot (……………) LINE in Microsoft Word
  • 8 tips or handling columns in Microsoft Word

Good luck!

FAQ

The following guide provides a clear overview of How to delete link in Word, with the most relevant background, details, and practical takeaways.

What should you prepare before using this method?

Many times you need to edit the copy of Word content on the network, delete all links in the text link.

What should you do if the process does not work as expected?

If the number of Hyperlinks on Word is small, we can do it manually, click Remove Hyperlink at the link.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.