![]() |
|
#5
|
|||
|
|||
|
Hi,Lrrryo
If you you mean the hyperlinks, here are 3 ways you can try. 1. You can just copy the whole text and paste them as “Unformatted Text”. This will remove all links. 2.Use “Replace” Feature Pressed “Alt + F9” to change to the “Link” view--->Type “^d HYPERLINK” in “Find what” text box-->click “Replace All" 3.Use Macro The code is below: Code:
Sub RemoveLinks()
While ThisDocument.Hyperlinks.Count > 0
ThisDocument.Hyperlinks(1).Delete
Wend
End Sub
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
TOC Links - Links in table of content disappearing when table is refreshed
|
antimoneylaundering | Word | 5 | 11-06-2015 02:04 PM |
| Links need to be Hot links in Bibliography in Word 2010, 2013 | synses | Word | 1 | 11-23-2013 12:48 AM |
| OLE links. | johnp | Word | 1 | 10-18-2011 03:39 PM |
links
|
Howie | Word | 5 | 09-28-2011 01:16 AM |
Hot Links
|
sussertown | Outlook | 1 | 05-06-2009 02:24 PM |