

- #HOW TO REMOVE HYPERLINK IN WORD ON A MAC HOW TO#
- #HOW TO REMOVE HYPERLINK IN WORD ON A MAC CODE#
- #HOW TO REMOVE HYPERLINK IN WORD ON A MAC TRIAL#
- #HOW TO REMOVE HYPERLINK IN WORD ON A MAC WINDOWS#

#HOW TO REMOVE HYPERLINK IN WORD ON A MAC HOW TO#
How to Switch Off Word’s Automatic Hyperlink Formatting Alternatively, you can also select the “Enterprise” tab and click “Remove“ to erase link formatting from URLs. This add-on also gives you a quick way to remove all links in a document by clicking “Kutools > More” and then selecting the “Remove Hyperlinks” option.
#HOW TO REMOVE HYPERLINK IN WORD ON A MAC TRIAL#
Kutools is retailing at $49 on its website, and there’s also a trial version. Kutools is one of Word’s best add-ons that adds a whole new toolbar tab to the application.
#HOW TO REMOVE HYPERLINK IN WORD ON A MAC CODE#
Once finished with pasting the code above, press the “Ctrl + S” keyboard shortcut to save the macro. ' Shut this off, don't need anymore popping up = False With Documents(szOpenDocName) ' Loop while there are hyperlinks afoot! SzOpenDocName = doc.Name ' Remove the hyperlinks from that document ' - Dim doc As Documentĭim szOpenDocName As String ' Loop through all open documents:įor Each doc In Application.Documents ' Store the document name ' Removes all hyperlinks from any open documents ' Text to display is left intact Hyperlinks.Count > 0Įnd With ' Shut this off, don't need anymore popping upĪ = False Next docĮnd SubKillTheHyperlinksInAllOpenDocuments() '. ' Loop while there are hyperlinks afoot! While. ' Remove the hyperlinks from that document With Documents(szOpenDocName) ' Store the document name szOpenDocName = doc.Name Sub ' Loop through all open documents: For Each doc In Application.Documents

Click Insert > Module to open a Module window where you can input macro code. You can also set up a macro that removes hyperlinks from all open Word documents by manually entering Visual Basic code instead.įirst, press the Alt + F11 hotkey to open the Visual Basic editor. The Macro Recorder is a handy tool included in Word that enables recording a sequence of selected options and playing back the macro when required. Remove MS Word Hyperlinks From Documents using Macros
#HOW TO REMOVE HYPERLINK IN WORD ON A MAC WINDOWS#

If there are many links on multiple pages, it’s better to remove all the hyperlinks with Word’s hotkeys.
