Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Is there a way to remove all hyper links in a Word page at once?

0 views
Skip to first unread message

Anne Troy

unread,
Feb 26, 2006, 3:07:49 PM2/26/06
to
Sorry. I meant "If you have no other FIELDS..."

************
Hope it helps!
Anne Troy
www.OfficeArticles.com
Check out the NEWsgroup stats!
Check out: www.ExcelUserConference.com

"Disarrayed" <Disar...@discussions.microsoft.com> wrote in message
news:E763D03C-023F-4891...@microsoft.com...
> When I copy a web page into word all the hyper links are copied also. Is
> there a way to remove all the hyperlinks on a document at once. I know
> that I
> can right hand click a single hyper link and remove it but sometimes a
> page
> may have several and it would be nice to be able to " Edit, Select all,
> Remove hyper links."


Anne Troy

unread,
Feb 26, 2006, 3:07:34 PM2/26/06
to
If you have no other links....
Ctrl+A
Ctrl+Shift+F9

Helmut Weber

unread,
Feb 26, 2006, 3:21:14 PM2/26/06
to
Hi,

you'd need a little macro for this.

Like, untested:

Sub test4001()
Dim oHpl As Hyperlink
With ActiveDocument.Range.Hyperlinks
While .Count > 1
.Item(1).Range.Delete
Wend
End With
End Sub

--
Greetings from Bavaria, Germany

Helmut Weber, MVP WordVBA

Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"

--
Greetings from Bavaria, Germany

Helmut Weber, MVP WordVBA

Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"

Helmut Weber

unread,
Feb 26, 2006, 3:25:18 PM2/26/06
to
Hi Anne,

quote: "cool beans"

But fun is kind of reduced with obvious and simple solutions.

Anne Troy

unread,
Feb 26, 2006, 10:25:33 PM2/26/06
to
:)
Someone asked me a question the other day on www.AllExperts.com, which I now
cannot find and don't recall specifically what the question was. Something
they wanted to do AFTER mail merge. They ended up using Find and Replace and
geeze was I embarrassed. I tried to make it much harder than necessary!

************
Hope it helps!
Anne Troy
www.OfficeArticles.com
Check out the NEWsgroup stats!
Check out: www.ExcelUserConference.com

"Helmut Weber" <nbhyms...@mailinator.com> wrote in message
news:0h340219khlk020dn...@4ax.com...

0 new messages