![]() |
|
#1
|
|||
|
|||
|
I want to remove all the text that is hyperlinked in my document, not just the hyperlinks, but the text that is hyperlinked. Can I do this?
thanks |
|
#2
|
||||
|
||||
|
You can do that via Find/Replace. First, press Alt-F9 to switch Word's field code display 'on'. Then use Find/Replace with:
Find = ^d HYPERLINK Replace = nothing Finally, press Alt-F9 again to switch Word's field code display 'off'.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#3
|
|||
|
|||
|
Quote:
thanks macropod |
|
#4
|
||||
|
||||
|
You could do that in two steps using Find/Replace: first delete the hyperlinks; then delete the empty parentheses.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#5
|
|||
|
|||
|
ok, I was thinking it might be able to be done in one step, but I don't mind two. Do you know if there is a way to delete only the hyperlinks that are in parenthesis and no others?
|
|
#6
|
||||
|
||||
|
For that, you could still do two F/R operations:
Find = (^d HYPERLINK Replace = ( Find = () Replace = nothing
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remove Hyperlink in Rules before forwaerding e-mail | meleprinting | Outlook | 0 | 06-29-2016 09:30 AM |
| VBA Search Table for Text/Select Text/Insert Hyperlink | sldrellich | Word VBA | 3 | 03-24-2015 01:09 PM |
Remove Hyperlink
|
RobDavis | Word VBA | 8 | 12-09-2013 05:51 PM |
Need help on Macro 03- Find text - if text is blank then remove line
|
simpleonline1234 | Word VBA | 1 | 02-25-2011 02:28 AM |
| How to remove the UNDERLINE from a hyperlink text? | Learner7 | PowerPoint | 3 | 05-17-2010 09:35 PM |