D
D
Dim2014-06-10 20:44:49
Microsoft Office
Dim, 2014-06-10 20:44:49

How to remove all hyperlinks in MS Word 2013?

There is a large text full of links, you need to remove the links. You can manually delete only one at a time; when all are selected, the "Delete hyperlink" button is not available. Ctrl+Shift+F9 doesn't work in office 2013. What can you think of?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
Yuri Lobanov, 2014-06-10
@Dee3

Only text? Select everything, cut and paste as normal text. Links will disappear.
If you know how to use macros, then try

Sub RemoveHyperlinks()
While ActiveDocument.Hyperlinks.Count > 0
ActiveDocument.Hyperlinks(1).Delete
Wend
Application.Options.AutoFormatAsYouTypeReplaceHyperlinks = False
End Sub

If not - ask, I will explain how to start.

A
Alexander, 2014-06-10
@SashaSkot

Ctrl+A, Ctrl+Shift+F9

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question