Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a hyperlink, in a cell, say cell A1.
This text, for example it may say 'blah', is then hyperlinked to a webpage, say www.hyperlink.com.....ie the text is not related to the name of the hyperlink. Is there a way i can then get the actual hyperlink, www.hyperlink.com, to appear in the next column? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes:
enter this tiny UDF: Function hyp2(r As Range) As String hyp2 = r.Hyperlinks(1).Address End Function if A1 has a hyperlink in it then =hyp2(A1) will display the URL (address part) -- Gary's Student "Frazer" wrote: I have a hyperlink, in a cell, say cell A1. This text, for example it may say 'blah', is then hyperlinked to a webpage, say www.hyperlink.com.....ie the text is not related to the name of the hyperlink. Is there a way i can then get the actual hyperlink, www.hyperlink.com, to appear in the next column? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stop excel from dropping the 0 in the beginning of a number? | Setting up and Configuration of Excel | |||
Hyperlink won't open any other XLS file | Excel Discussion (Misc queries) | |||
Count Intervals of Filtered TEXT values in Column and Return Count across a Row | Excel Worksheet Functions | |||
Text Wrapping | Excel Discussion (Misc queries) | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) |