Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Links / March 2004

Tip: Looking for answers? Try searching our database.

Pasting URL from Browser Address

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
vetbabe - 18 Mar 2004 19:37 GMT
Window into Excel results in text rather than a hyperlink. I've been
searching for an answer all morning, and I'm sure it's something that I'm
being duh about. Any help is greatly appreciated.
Bill Manville - 19 Mar 2004 00:57 GMT
Vetbabe wrote:
> Window into Excel results in text rather than a hyperlink. I've been
> searching for an answer all morning, and I'm sure it's something that I'm
> being duh about. Any help is greatly appreciated.

That's how it goes.
You could turn the text into a hyperlink after the paste by running this
macro, selecting as many cells as you like that contain web addresses that
are not hyperlinks...

Sub MakeHyperlinks()
Dim C As Range
For Each C In Selection.Cells
 If C.Hyperlinks.Count = 0 And Not IsEmpty(C) Then
  C.Hyperlinks.Add C, C.Value
 End If
Next
End Sub

MVP - Microsoft Excel, Oxford, England
No email replies please - respond to newsgroup
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.