Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I received this macro awhile back. It works as advertised for the most part.
Unless the data to be converted is in a column other than "L". What do I need to change to define the convertRng as the range I have selected? Sub convertToHypers() Dim convertRng As Range Set convertRng = Range("L2:L1444") Dim rng As Range For Each rng In convertRng If rng.Value < "" Then ActiveSheet.Hyperlinks.Add rng, "mailto:" & rng.Value End If Next rng End Sub -- Regards Michael Koerner |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing a Macro for new circumstances | Excel Discussion (Misc queries) | |||
Help with changing a Macro | Excel Discussion (Misc queries) | |||
Help with changing a Macro | Excel Discussion (Misc queries) | |||
Changing Macro Name? | Excel Programming | |||
Macro for changing tabs | Excel Programming |