Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Howdie
Column A I have a list of names Column K I have a corresponding list of email addresses (these are Hyperlinks with a mail to command within the hyperlink) Thus for eg A1 = John Smith K1 = Now I want to create a new column say L which would say John Smith in it (but would have the hyperlink of ) as its neater just to see the name and be able to click on it rather than the full address... I need to do it for all data in the columns.... Appreciate any assistance! Regards D *** Sent via Developersdex http://www.developersdex.com *** |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What you want is both very easy and very useful:
=HYPERLINK("mailto:" & K1,A1) entered in L1 -- Gary''s Student - gsnu2007 "Darin Kramer" wrote: Howdie Column A I have a list of names Column K I have a corresponding list of email addresses (these are Hyperlinks with a mail to command within the hyperlink) Thus for eg A1 = John Smith K1 = Now I want to create a new column say L which would say John Smith in it (but would have the hyperlink of ) as its neater just to see the name and be able to click on it rather than the full address... I need to do it for all data in the columns.... Appreciate any assistance! Regards D *** Sent via Developersdex http://www.developersdex.com *** |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() But.... when I copy and paste values(as I'd like to move that cell to another book), Excel forgets that it is a hyperlink - ie clicking it no longer launches email... Ideas...? Regards D *** Sent via Developersdex http://www.developersdex.com *** |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you copy a hyperlink and then paste/special/value somewhere else, the copy
will be "cold" (un-clickable). To make the hyperlink "hot" just select the cell, touch F2, then touch ENTER. -- Gary''s Student - gsnu2007 "Darin Kramer" wrote: But.... when I copy and paste values(as I'd like to move that cell to another book), Excel forgets that it is a hyperlink - ie clicking it no longer launches email... Ideas...? Regards D *** Sent via Developersdex http://www.developersdex.com *** |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting a date to a text field w/o converting it to a julian da | Excel Worksheet Functions | |||
How do you keep a hyperlink active after converting to a PDF? | Excel Discussion (Misc queries) | |||
Converting text to Hyperlink cells in a column | Excel Worksheet Functions | |||
Converting hyperlink picture object to hyerlink text | Excel Discussion (Misc queries) | |||
converting hyperlink paths | Excel Discussion (Misc queries) |