Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
¡Brilliant!
"Mike H" wrote: Bob, I 've assumed these hyperlinks are in Column A. If that's incorrect post back. Right click your sheet tab, view code and paste this in and run it. Sub Prime_Lending() LastRow = Cells(Rows.Count, "A").End(xlUp).Row Set MyRange = Range("A1:A" & LastRow) For Each c In MyRange On Error Resume Next c.Offset(0, 1).Value = c.Hyperlinks(1).Address Next End Sub Mike "Bob" wrote: I have a lot of hyperlinks. I want to produce a column adjacent to each hyperlink to show the text so that I can then extract reference from the full text string Can anyone give me simple instructions how to achieve this? Bob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hyperlink display text | Excel Discussion (Misc queries) | |||
Hyperlink display | Links and Linking in Excel | |||
Hyperlink display | Excel Discussion (Misc queries) | |||
How do I display hyperlink as embedded jump text vice friendly tex | Excel Discussion (Misc queries) | |||
Hyperlink display text maximum in Excel 2003 | Excel Discussion (Misc queries) |