genoob.blogg.se

Remove hyperlink in word 2007
Remove hyperlink in word 2007








  1. REMOVE HYPERLINK IN WORD 2007 HOW TO
  2. REMOVE HYPERLINK IN WORD 2007 CODE
  3. REMOVE HYPERLINK IN WORD 2007 WINDOWS

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. Click Insert > Module to open a Module window where you can input macro code.

remove hyperlink in word 2007

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.
  • If there are many links on multiple pages, it’s better to remove all the hyperlinks with Word’s hotkeys.

    Here’s how to use hotkeys to delete MS Word hyperlinks. The right-click method in the first process only deletes hyperlinks one by one. Hotkeys make it quicker and easier to remove numerous hyperlinks in MS Word, mainly because they delete links in bulk no matter how many your document has.

    remove hyperlink in word 2007

    Remove All MS Word Hyperlinks using Hotkeys Press the Remove Link button on that window and click OK. The text/characters will change to the currently set color and become normal text.Īlternatively, you can right-click a link and select “ Edit Hyperlink.” That option opens the window shown directly below.Right-click on the chosen link in the document, then select “Remove Hyperlink.”.Remove Hyperlinks using Word’s Context Menu Options This article shows you how to remove hyperlinks from a document to get on with your work effectively. With so many features and functions, it is challenging to keep up with everything Microsoft Word does. You can follow the link by pressing the control button while clicking on it. MS Word automatically adds hyperlinks to documents when you enter or copy and paste URLs.

    remove hyperlink in word 2007 remove hyperlink in word 2007

    Depending on the needs of your document, you can either add or remove the hyperlinks as necessary.










    Remove hyperlink in word 2007