Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
cb
 
Posts: n/a
Default Column of Hyperlinks in word doc

I copy a page from my corporate website that has hyperlinks in this one
particular column. The rest of the columns and rows only have text and no
links. When I copy and paste it into word I can remove the hyperlinks one by
one by right clicking. Sometimes this column has 60 rows though.

Is there a way to remove the hyperlinks in the column all at once?
--
Chuck
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
garfield-n-odie [MVP]
 
Posts: n/a
Default Column of Hyperlinks in word doc

Select the column, and press Ctrl+Shift+F9.

cb wrote:

I copy a page from my corporate website that has hyperlinks in this one
particular column. The rest of the columns and rows only have text and no
links. When I copy and paste it into word I can remove the hyperlinks one by
one by right clicking. Sometimes this column has 60 rows though.

Is there a way to remove the hyperlinks in the column all at once?


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
cb
 
Posts: n/a
Default Column of Hyperlinks in word doc

Thanks but that did not fix the issue
--
Chuck


"garfield-n-odie [MVP]" wrote:

Select the column, and press Ctrl+Shift+F9.

cb wrote:

I copy a page from my corporate website that has hyperlinks in this one
particular column. The rest of the columns and rows only have text and no
links. When I copy and paste it into word I can remove the hyperlinks one by
one by right clicking. Sometimes this column has 60 rows though.

Is there a way to remove the hyperlinks in the column all at once?



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill
 
Posts: n/a
Default Column of Hyperlinks in word doc

Do you want to remove the hyperlinks, unlink them, remove the Hyperlink
character style, or what. Ctrl+Shift+F9 will unlink hyperlinks and remove
the Hyperlink style. But see
http://sbarnhill.mvps.org/WordFAQs/HyperlinkProbs.htm

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"cb" wrote in message
...
Thanks but that did not fix the issue
--
Chuck


"garfield-n-odie [MVP]" wrote:

Select the column, and press Ctrl+Shift+F9.

cb wrote:

I copy a page from my corporate website that has hyperlinks in this

one
particular column. The rest of the columns and rows only have text and

no
links. When I copy and paste it into word I can remove the hyperlinks

one by
one by right clicking. Sometimes this column has 60 rows though.

Is there a way to remove the hyperlinks in the column all at once?




  #5   Report Post  
Posted to microsoft.public.word.docmanagement
John McGhie [MVP - Word and Word Macintosh]
 
Posts: n/a
Default Column of Hyperlinks in word doc

Sub Main()
' Removes hyperlinks from document
' Macro written 1 Aug 2001 by John McGhie

For i = ActiveDocument.Hyperlinks.Count To 1 Step -1
ActiveDocument.Hyperlinks(i).Delete
Next i

End Sub

Note that it works "backwards" up the document. That's because each time
you delete a hyperlink, the collection re-numbers. If you go "forwards",
you delete only every second hyperlink :-)



On 15/3/06 5:31 PM, in article
, "cb"
wrote:

I copy a page from my corporate website that has hyperlinks in this one
particular column. The rest of the columns and rows only have text and no
links. When I copy and paste it into word I can remove the hyperlinks one by
one by right clicking. Sometimes this column has 60 rows though.

Is there a way to remove the hyperlinks in the column all at once?


--

Please reply to the newsgroup to maintain the thread. Please do not email
me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
WP merge file to Word sstires Tables 4 February 14th 06 06:26 PM
How can Word display full path of a file in the title bar? SAsif Microsoft Word Help 1 January 26th 06 04:32 PM
Does Word have a QuickCorrect/Quick Word option like WordPerfect? CW New Users 2 December 20th 05 05:54 PM
In Word, how do I surpress headers and footers on page 2 Bill Microsoft Word Help 1 December 15th 05 06:13 PM
Envelope Address GR New Users 5 April 24th 05 09:48 PM


All times are GMT +1. The time now is 06:12 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"