How to remove all Hyperlink links in Word

In your Word document contains a lot of Hyperlink, but now it is not necessary. So you want to remove all Hyperlinks in Word documents.

If you remove the Hyperlinks one by one, it will take a lot of time, instead of you can remove the entire Hyperlink in Word documents with the following ways:

Method 1: Use the Module (Code) in Visual Basic.

This way you will remove all Hyperlink in Word documents.

Step 1: Open the word document to remove all Hyperlink and press Alt + F11 to open the Microsoft Visual Basic window.

How to remove all Hyperlink links in Word Picture 1

Step 2: In the Visual Basic window, select Insert -> Module .

How to remove all Hyperlink links in Word Picture 2

Step 3: Copy the code below:

Sub LoaiboHyperlink ()

Dim i As Long

For i = ActiveDocument.Hyperlinks.Count To 1 Step -1

ActiveDocument.Hyperlinks (i) .Delete

Next i

End Sub

Then paste in the module you just opened and press F5 or Run icon to execute.

How to remove all Hyperlink links in Word Picture 3

Step 4: You turn off the Microsoft Visual Basic window, the text has been removed from all Hyperlinks.

How to remove all Hyperlink links in Word Picture 4

Method 2: Use the key combination Ctrl + Shift + F9.

This is simpler and faster than using the Visual Basic Module. Help you remove Hyperlink in the text of your choice. Before using this method you need to turn off Unikey.

Step 1: Select (black out) the text you want to remove Hyperlink.

How to remove all Hyperlink links in Word Picture 5

Step 2: Press Ctrl + Shift + F9 to remove Hyperlink. The result will be the text you select will be removed Hyperlink.

Depending on your needs and purposes, you choose for yourself the fastest and best way to remove all Hyperink in Word documents. Good luck!

4 ★ | 1 Vote

May be interested

  • Create PowerPoint slideshows from Word documentsPhoto of Create PowerPoint slideshows from Word documents
    create a powerpoint slide show from word documents - with just a few simple steps, you have created a powerpoint slide show from existing word documents without spending time to retype the content.
  • How to print multiple Word pages in one sheet of paperPhoto of How to print multiple Word pages in one sheet of paper
    by default, when printing, you print a page of word documents on a sheet of paper. but for the needs and purposes of many people, to save or fit the purpose of using the prints, you want to print many pages of word in a single sheet of paper.
  • Instructions for formatting data in ExcelPhoto of Instructions for formatting data in Excel
    excel spreadsheets support a variety of data types for cells in the worksheet: numeric, percentage, date, time, fraction, etc., with different data, you should format the data type correctly. for that data box. so when calculating or processing data
  • Add, create comments in ExcelPhoto of Add, create comments in Excel
    add and create comments in excel - in excel worksheet, support you to add comments for data cells, you can add comments to explain more about data cells so that when you forget you can choose back to the data box to see.
  • Extract Excel content into image formatPhoto of Extract Excel content into image format
    there is a lot of data on excel spreadsheets you want to turn into images for use in word documents or for sharing with everyone. instead of taking pictures of data on excel spreadsheets and editing to get images that contain data content, you can t
  • Take and edit photos with Screenshot in ExcelPhoto of Take and edit photos with Screenshot in Excel
    screenshot screenshot is a new feature from excel 2010, you can take and edit screenshots quickly on excel without any screen capture software.