#1   Report Post  
Posted to microsoft.public.word.docmanagement
L. Mohan Arun L. Mohan Arun is offline
external usenet poster
 
Posts: 26
Default Quirk in Word 2003

To reproduce this quirk in Word 2003 (I dont know if it has been fixed
in 2007).

Copy and paste this exact same text into Word.

Store ABC offers the best prices when you want to get WeatherTech
Cargo Liners.

Hyperlink the "WeatherTech Cargo Liners" to www.somesite.com.
WeatherTech will be recognized as a spelling error. Ignore it for now.

Now right click on the word "Cargo". You will find hyperlink
management options like Edit hyperlink, copy hyperlink, etc. (But
still no option to copy the Destination URL of the hyperlink which I
need often).

Now right click ont he word "WeatherTech". It seems only the spelling
management options available, not the hyperlink options, even though
both terms are part of the same hyperlink.

-----------------------
Read my blog http://interestsblog.blogspot.com
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Quirk in Word 2003

Correct the spelling error (or choose the spelling option to ignore it) and
the problem goes away.
To copy the address of the hyperlink containing the cursor to the clipboard
use the following macro

Sub CopyHlinkAddress()
Dim sText As String
Dim DataIn As DataObject
sText = Selection.Hyperlinks(1).Address
Set DataIn = New DataObject
With DataIn
.SetText sText
.PutInClipboard
End With
End Sub

http://www.gmayor.com/installing_macro.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org





L. Mohan Arun wrote:
To reproduce this quirk in Word 2003 (I dont know if it has been fixed
in 2007).

Copy and paste this exact same text into Word.

Store ABC offers the best prices when you want to get WeatherTech
Cargo Liners.

Hyperlink the "WeatherTech Cargo Liners" to www.somesite.com.
WeatherTech will be recognized as a spelling error. Ignore it for now.

Now right click on the word "Cargo". You will find hyperlink
management options like Edit hyperlink, copy hyperlink, etc. (But
still no option to copy the Destination URL of the hyperlink which I
need often).

Now right click ont he word "WeatherTech". It seems only the spelling
management options available, not the hyperlink options, even though
both terms are part of the same hyperlink.

-----------------------
Read my blog http://interestsblog.blogspot.com



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
L. Mohan Arun L. Mohan Arun is offline
external usenet poster
 
Posts: 26
Default Quirk in Word 2003

Thanks!
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
Quirk in Form MargaretA Microsoft Word Help 3 October 15th 08 12:55 AM
Word 2007 Quirk with laptop DBourbeau Microsoft Word Help 3 April 22nd 08 06:41 PM
quirk with Word 2002? PDiddy Microsoft Word Help 3 March 11th 08 02:07 PM
Vista-Word 2007-HP Officejet 5610 Quirk DHG New Users 2 November 20th 07 09:08 PM
Margin quirk? wordspinster Microsoft Word Help 3 May 24th 06 12:52 AM


All times are GMT +1. The time now is 09:42 AM.

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"