Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Copy text hyperlinks and paste them as source addresses?

I have 1000s of text hyperlinks in a spreadhseet (are these called target
links?) and I want to display them as proper addresses (called source?) You
can see the URL address in the yellow text box that appears when I hover over
the link. Have been unable to find anything in paste special, or in the View
tab in Options to help. Know that there is a Visual Basic way but can't use
it! Help!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Copy text hyperlinks and paste them as source addresses?

This one line UDF:

Function hyp2(r As Range) As String
hyp2 = r.Hyperlinks(1).Address
End Function

will return the address part of the hyperlink. So if A1 contains the
hyperlink, then
=hyp2r(A1) will return the address (URL)
--
Gary's Student


"Minuette" wrote:

I have 1000s of text hyperlinks in a spreadhseet (are these called target
links?) and I want to display them as proper addresses (called source?) You
can see the URL address in the yellow text box that appears when I hover over
the link. Have been unable to find anything in paste special, or in the View
tab in Options to help. Know that there is a Visual Basic way but can't use
it! Help!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy between worksheets does not copy formulae just values Chris@1000 Oaks Excel Discussion (Misc queries) 0 March 19th 06 12:44 PM
hyperlink copy / paste Benjamin Excel Discussion (Misc queries) 1 November 2nd 05 04:46 PM
Copy and paste Lionround Excel Discussion (Misc queries) 1 June 25th 05 04:32 PM
Copy & paste from Word to Excel with hyperlinks Phil RL Excel Discussion (Misc queries) 0 February 9th 05 04:25 PM
Random hyperlinks everywhere! FNORD Excel Discussion (Misc queries) 1 February 2nd 05 03:27 AM


All times are GMT +1. The time now is 05:03 PM.

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

About Us

"It's about Microsoft Excel"