Answer the question
In order to leave comments, you need to log in
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
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question