

' Shut this off, don't need anymore popping upĪ = False ' Remove the hyperlinks from that document ' Removes all hyperlinks from any open documents VAB 2: Remove all hyperlinks in all opening Word documents Sub KillTheHyperlinksInAllOpenDocuments() Also, you can add hyperlinks to your profile or even e. Go to Insert > Links > Link and select Remove Link in the menu Right click the link and select Remove Hyperlink from the menu MS Word will then remove the link and any formatting from the selected text.
#How to turn off hyperlink in word 2007 code
Click Insert > Module, and then copy and paste the follow VBA code into the Module window. When you create a document, you may need to paste links to other documents, Excel spreadsheets, or even some websites with source information. Press Alt + F11 keys to open the Microsoft Visual Basic for Application window.Ģ. If you think this may be the root of the problem, the only thing you can do is to recreate the hyperlinks.Different to the first VBA code, which removes all hyperlinks in only current document, the second VBA code allows you to remove all hyperlinks in all open documents.ġ.

Note A value of 0 enables the hyperlink warning message.

In the Edit DWORD Value dialog box, click Decimal, and then type 1 or 0 under Value data. In the right pane, right-click DisableHyperlinkWarning, and then click Modify.
#How to turn off hyperlink in word 2007 update

When you create hyperlinks, each of them references the name of the worksheet you specify as the target. Check to make sure that you didn't rename the second worksheet-the one that is the target of the hyperlinks. In the right pane, scroll down to the Exceptions for section and use the corresponding dropdown to select either the current document or all new documents. First, you need to make sure that the problem isn't due to something you inadvertently did in your workbook. Click the File button (Office button in Word 2007) and select Options. The second time the hyperlinks were all gray and would no longer work, and she's at a loss as to why this occurred. Those hyperlinks worked fine until Fanie saved and reopened the workbook. In the first worksheet she created hyperlinks to the second worksheet. Fanie has a workbook with two worksheets.
