ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   email hyperlinks (https://www.excelbanter.com/excel-discussion-misc-queries/85820-email-hyperlinks.html)

alisa

email hyperlinks
 

Hi all, hope somebody can help me with this:
I have a list of names with a column for email adresses. I've tried to
format this column so that it displays black and without underline, yet
still links to email. Unfortunately now any new email addresses in the
column no longer function automatically and I would have to link each
new entry manually (100s):confused: . Please, can you tell me how to
correct this?
Thanks,
Alisa


--
alisa
------------------------------------------------------------------------
alisa's Profile: http://www.excelforum.com/member.php...o&userid=33940
View this thread: http://www.excelforum.com/showthread...hreadid=537165


Dave Peterson

email hyperlinks
 
You can get rid of the hyperlinks using something like this:

Select the range to clean up (ctrl-a a few times will select all the cells)
hit alt-f11 (to get to the VBE)
hit ctrl-g (to see the immediate window)
type this and hit enter:

selection.hyperlinks.delete

====
Changing the format won't remove the links (as you've seen).

If you ever need to use those email addresses as links, you could use a helper
column and a formula like:

=hyperlink(a1,"Click me")
or
=hyperlink("mailto:"&a1,"click me")

Depending on what's in your cell.

alisa wrote:

Hi all, hope somebody can help me with this:
I have a list of names with a column for email adresses. I've tried to
format this column so that it displays black and without underline, yet
still links to email. Unfortunately now any new email addresses in the
column no longer function automatically and I would have to link each
new entry manually (100s):confused: . Please, can you tell me how to
correct this?
Thanks,
Alisa

--
alisa
------------------------------------------------------------------------
alisa's Profile: http://www.excelforum.com/member.php...o&userid=33940
View this thread: http://www.excelforum.com/showthread...hreadid=537165


--

Dave Peterson


All times are GMT +1. The time now is 02:22 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com