Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
HarryNYC
 
Posts: n/a
Default Convert Hyperlink into URL

hey guys... I have a long single-column sheet of urls which are displayed as
friendly_name hyperlinks (blue & underlined) what I need are the
link_location url addresses instead I tried copy then paste special
but no luck and the command remove hyperlink simply converts the hyperlink
into text and loses the url all together any ideas? Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default Convert Hyperlink into URL

Try this tiny UDF:

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


--
Gary's Student


"HarryNYC" wrote:

hey guys... I have a long single-column sheet of urls which are displayed as
friendly_name hyperlinks (blue & underlined) what I need are the
link_location url addresses instead I tried copy then paste special
but no luck and the command remove hyperlink simply converts the hyperlink
into text and loses the url all together any ideas? Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.misc
HarryNYC
 
Posts: n/a
Default Convert Hyperlink into URL


well, after figuring out what a UDF was and how to create one, the damn
thing worked... you rock... thanks man!


"Gary''s Student" wrote:

Try this tiny UDF:

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


--
Gary's Student


"HarryNYC" wrote:

hey guys... I have a long single-column sheet of urls which are displayed as
friendly_name hyperlinks (blue & underlined) what I need are the
link_location url addresses instead I tried copy then paste special
but no luck and the command remove hyperlink simply converts the hyperlink
into text and loses the url all together any ideas? Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default Convert Hyperlink into URL

You are very welcome.
--
Gary''s Student


"HarryNYC" wrote:


well, after figuring out what a UDF was and how to create one, the damn
thing worked... you rock... thanks man!


"Gary''s Student" wrote:

Try this tiny UDF:

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


--
Gary's Student


"HarryNYC" wrote:

hey guys... I have a long single-column sheet of urls which are displayed as
friendly_name hyperlinks (blue & underlined) what I need are the
link_location url addresses instead I tried copy then paste special
but no luck and the command remove hyperlink simply converts the hyperlink
into text and loses the url all together any ideas? Thanks!

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
Convert Hyperlink to cell value automatically Convert Hyperlinks Excel Worksheet Functions 0 January 25th 06 09:53 PM
Using the Hyperlink Function and finding filenames Jeni Q Excel Worksheet Functions 0 September 20th 05 02:37 PM
How to convert a hyperlink to its target full-text URL Excel Discussion (Misc queries) 2 July 7th 05 01:40 PM
Importing Data from an Access Database Including a Hyperlink Colum B.C.Lioness Excel Discussion (Misc queries) 0 May 16th 05 05:26 PM
CONVERT Function Disappered in Excel Gord Dibben Excel Discussion (Misc queries) 3 April 13th 05 07:59 PM


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

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"