goglbrazil.blogg.se

How to remove hyperlink in word on a mac
How to remove hyperlink in word on a mac










how to remove hyperlink in word on a mac
  1. #HOW TO REMOVE HYPERLINK IN WORD ON A MAC HOW TO#
  2. #HOW TO REMOVE HYPERLINK IN WORD ON A MAC CODE#
  3. #HOW TO REMOVE HYPERLINK IN WORD ON A MAC TRIAL#
  4. #HOW TO REMOVE HYPERLINK IN WORD ON A MAC WINDOWS#

  • Select the “AutoFormat As You Type” tab.
  • Click “Proofing > Autocorrect Options“ to open the window shown directly below.
  • how to remove hyperlink in word on a mac

  • Select the “File” tab and “Options” to open the Word Options window.
  • Word automatically converts URLs to hyperlinks, but you can configure the application so that doesn’t happen.

    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.

    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.

  • In MS Word, right-click and select “Keep Text Only” from the context menu, but don’t press the “Enter” key after pasting as that reverts the URL to hyperlink format.
  • Copy the website link to Clipboard with the “Ctrl + C” hotkey.
  • There may be times when you want to paste copied links as plain text, displaying the complete web address. Copying and Pasting Plain Text Hyperlinks To run the macro, select “File > Macro > Macro” and choose “KillTheHyperlinksInAllOpenDocuments.” That will remove all the hyperlinks from open Word documents.

    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

  • Copy ( “Ctrl + C”) and Paste ( “Ctrl + V”) the code below in Word’s module window.
  • Select “Insert > Module” to open a “Module” window where you can input macro code.
  • Press “Alt + F11” to open the Visual Basic editor.
  • Copy (Ctrl + C) and Paste (Ctrl + V) the code below in Word’s module window.

    how to remove hyperlink in word on a mac

    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

  • Press press “CMD + fn + Shift + F9” to delete all hyperlinks at once.
  • Press “CMD + A” to highlight all text within the article.
  • Then use the CMD+fn+Shift+F9 keys and all hyperlinks in the document will be deleted.

  • Press the “Ctrl + Shift + F9” hotkey to remove all the links.Īs with a standard Windows keyboard, press CMD+A to highlight all text within the article.
  • Press the “Ctrl + A” hotkey to select all the text in the document.
  • how to remove hyperlink in word on a mac

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












    How to remove hyperlink in word on a mac