ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Showing Hyperlinks in another column (https://www.excelbanter.com/excel-programming/354519-showing-hyperlinks-another-column.html)

[email protected]

Showing Hyperlinks in another column
 
I have a column containing 2500 items that have hyperlinks. I would
like to set up another column that will show the hyperlink values. I
know this should be easy but I can't figure it out. Any suggestions?


Tom Ogilvy

Showing Hyperlinks in another column
 
Sub ShowLinks()
For Each hlink In ActiveSheet.Hyperlinks
hlink.Parent.Offset(0, 1).Value = hlink.Address & " " & hlink.SubAddress
Next
End Sub

--
Regards,
Tom Ogilvy



wrote in message
ups.com...
I have a column containing 2500 items that have hyperlinks. I would
like to set up another column that will show the hyperlink values. I
know this should be easy but I can't figure it out. Any suggestions?




[email protected]

Showing Hyperlinks in another column
 
That did it. Thanks a lot!



All times are GMT +1. The time now is 04:19 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com