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 / June 2005

Tip: Looking for answers? Try searching our database.

hyperlink

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
canders1 - 17 Jun 2005 21:30 GMT
It seems I have email addresses in my spreadsheet that have lost their
ability to hyperlink.  How do I get back?
Signature

Christine L. Anderson

Bill Manville - 17 Jun 2005 23:31 GMT
Canders1 wrote:
> It seems I have email addresses in my spreadsheet that have lost their
> ability to hyperlink.  How do I get back?

You could try selecting the cells concerned and running this macro:

Sub Test()
 Dim C As Range
 For Each C In Selection.Cells
   If C.Hyperlinks.Count = 0 And InStr(C.Value, "@") > 0 Then
     C.Hyperlinks.Add C, "mailto:" & C.Value, TextToDisplay:=C.Value
   End If
 Next
End Sub

Bill Manville
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.