![]() |
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? |
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? |
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