Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
It seems I have email addresses in my spreadsheet that have lost their
ability to hyperlink. How do I get back? -- Christine L. Anderson |
#2
![]() |
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Run a Hyperlink from another cell | Excel Discussion (Misc queries) | |||
Importing Data from an Access Database Including a Hyperlink Colum | Excel Discussion (Misc queries) | |||
Importing Access File with Hyperlink | Excel Discussion (Misc queries) | |||
Hyperlink Length | Excel Worksheet Functions | |||
Removing hyperlink | Excel Discussion (Misc queries) |