Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JayW
 
Posts: n/a
Default HyperLink Function

I have a large list of text entries, the text in each Cell having a
Hyperlink, mainly to a www address but a few to other cells.

Obviously the hyperlink address is not visible in the Cell but I would like
to know if there is a function (or any other way) of listing the hyperlink,
say, in the adjoining column.
--
JayW, New Milton, Hants, UK
  #2   Report Post  
PC
 
Posts: n/a
Default

Dave McRitchie has posted this user defined function.

Copy & paste it into a new Module in your workbook. To use type the
function

=HYPERLINKADDRESS(A1)

Change cell reference as needed.



Function HyperlinkAddress(cell)
On Error Resume Next
HyperlinkAddress = cell.Hyperlinks(1).Address
if hyperlinkaddress = 0 then hyperlinkaddress = ""
End Function





"JayW" wrote in message
...
I have a large list of text entries, the text in each Cell having a
Hyperlink, mainly to a www address but a few to other cells.

Obviously the hyperlink address is not visible in the Cell but I would

like
to know if there is a function (or any other way) of listing the

hyperlink,
say, in the adjoining column.
--
JayW, New Milton, Hants, UK



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
Can I modify a Hyperlink with a function? barrfly Excel Discussion (Misc queries) 7 June 2nd 05 12:03 AM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM
Hyperlinks using R[1]C[1] and offset function in its cell referenc Elijah-Dadda Excel Worksheet Functions 0 March 5th 05 03:31 AM
hyperlink function Mary Excel Worksheet Functions 7 November 24th 04 01:58 AM


All times are GMT +1. The time now is 04:26 PM.

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

About Us

"It's about Microsoft Excel"