A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

remove hyperlinks



 
 
Thread Tools Display Modes
  #1  
Old March 7th, 2010, 02:15 PM posted to microsoft.public.word.newusers
roystongrange
external usenet poster
 
Posts: 1
Default remove hyperlinks

I want to remove all the hyperlinks from some copied text. I have seen all
the answers which say to -
Ctrl-A
Ctrl-shift-F9
I tried it but can't get it to work. Ctrl-A selects all the text, but the
Ctrl-shift-F9 does nothing. I've checked and my keyboard has the function
keys switched on as function keys! It just leaves the text highlighted, then
when unhighlighted, hovering over the hyperlinks still produces a link.
  #2  
Old March 7th, 2010, 09:58 PM posted to microsoft.public.word.newusers
Doug Robbins - Word MVP
external usenet poster
 
Posts: 8,239
Default remove hyperlinks

Ctrl+Shift+F9 will unlink the hyperlink so that it no longer works. To
complete the transformation, you can reformat the font in the hyperlink so
that it is the same as the rest of the text.

Or, if you want to delete all trace of them, you can run a macro containing
the following code:

Dim i As Long
With ActiveDocument
For i = .Hyperlinks.Count To 1 Step -1
.Hyperlinks(i).Delete
Next i
End With


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com

"roystongrange" wrote in message
...
I want to remove all the hyperlinks from some copied text. I have seen all
the answers which say to -
Ctrl-A
Ctrl-shift-F9
I tried it but can't get it to work. Ctrl-A selects all the text, but the
Ctrl-shift-F9 does nothing. I've checked and my keyboard has the function
keys switched on as function keys! It just leaves the text highlighted,
then
when unhighlighted, hovering over the hyperlinks still produces a link.


  #3  
Old March 17th, 2010, 06:15 AM posted to microsoft.public.word.newusers
Russell Brogan
external usenet poster
 
Posts: 13
Default remove hyperlinks

*If you right click the hyperlink, there is an option that says remove
hyperlink. If

you highlight the document, you should only need to do this once. You can
then

choose a different font style to remove the hyperlinked underlines.

Hope this helped.



"roystongrange" wrote:

I want to remove all the hyperlinks from some copied text. I have seen all
the answers which say to -
Ctrl-A
Ctrl-shift-F9
I tried it but can't get it to work. Ctrl-A selects all the text, but the
Ctrl-shift-F9 does nothing. I've checked and my keyboard has the function
keys switched on as function keys! It just leaves the text highlighted, then
when unhighlighted, hovering over the hyperlinks still produces a link.

  #4  
Old March 17th, 2010, 06:21 AM posted to microsoft.public.word.newusers
Russell Brogan
external usenet poster
 
Posts: 13
Default remove hyperlinks



"Russell Brogan" wrote:

*If you right click the hyperlink, there is an option that says remove
hyperlink.

*If you highlight the document, you should only need to do this once. You
can

then choose a different font style to remove the hyperlinked underlines.

Hope this helped.

"roystongrange" wrote:

I want to remove all the hyperlinks from some copied text. I have seen all
the answers which say to -
Ctrl-A
Ctrl-shift-F9
I tried it but can't get it to work. Ctrl-A selects all the text, but the
Ctrl-shift-F9 does nothing. I've checked and my keyboard has the function
keys switched on as function keys! It just leaves the text highlighted, then
when unhighlighted, hovering over the hyperlinks still produces a link.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:54 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.