Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default 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?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Showing Hyperlinks in another column

That did it. Thanks a lot!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hiding a column of hyperlinks behind a column of numbers cmiling New Users to Excel 2 November 20th 09 05:02 PM
Column labels showing as 1 2 3 4 5 instead of A B C D E - how to f Geoff B Excel Discussion (Misc queries) 3 September 30th 09 03:49 AM
Showing Last Value in a column Cadders Excel Discussion (Misc queries) 3 August 21st 08 04:52 PM
Importing e-mail addresses not showing as hyperlinks gls858 New Users to Excel 4 April 18th 07 08:49 PM
Showing the column of current day Sepiax Excel Worksheet Functions 1 January 11th 05 11:33 AM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"