Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Glad I could help
"Lisa" wrote: Perfection!! You just saved me hours!! Thanks! "Mike H" wrote: Lisa, You could use this UDF. Alt+F11 to open VB editor Right click 'This Workbook' Insert Module Paste this in on the right Function GetLink(HyperlinkCell As Range) GetLink = Replace(HyperlinkCell.Hyperlinks(1).Address, "mailto:", "") End Function Enter the formula =GetLink(A1) in a cell to return the underlying address of a hyperlink in that cell Mike " |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't make hyperlink function work for hyperlink to website | Excel Worksheet Functions | |||
How do I create a hyperlink to a cell with the hyperlink function | Excel Worksheet Functions | |||
Moving rows with Hyperlink doesn't move hyperlink address | Excel Discussion (Misc queries) | |||
Extracting hyperlink from a cell | Excel Worksheet Functions | |||
Intra-workbook hyperlink: macro/function to return to hyperlink ce | Excel Discussion (Misc queries) |