Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Kim
 
Posts: n/a
Default E-mail Addresses in Excel

I am using Excel for a simple database. One column contains e-mail
addresses. When I click on an address, it jump starts Outlook, which I don't
use. I lose a lot of time closing it. Is there some way to turn off the
auto start?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default E-mail Addresses in Excel

To delete the existing hyperlinks and leave only the email
messages as text, use the following macro:
Sub AAA()
Dim Rng As Range
For Each Rng In Selection.Cells
Rng.Hyperlinks.Delete
Next Rng
End Sub

Select the cells in question and run the code.

To prevent Excel from automatically changing email addresses to
hyperlinks, go to the Tools menu, choose AutoCorrect Options,
then the "AutoFormat As You Type" tab, and uncheck "Internet and
network paths with hyperlinks."


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Kim" wrote in message
...
I am using Excel for a simple database. One column contains
e-mail
addresses. When I click on an address, it jump starts Outlook,
which I don't
use. I lose a lot of time closing it. Is there some way to
turn off the
auto start?



  #3   Report Post  
Posted to microsoft.public.excel.misc
Daniel CHEN
 
Posts: n/a
Default E-mail Addresses in Excel

Select the whole range which has email address, then right click your mouse,
then select remove hyperlink.

--
Best regards,
---
Yongjun CHEN
=================================
XLDataSoft - Data Analysis Expert, Excel/VBA Specialist
- - - - www.XLDataSoft.com - - - -
Free Excel-Based Data Processing Tool is Available for Download
Free Excel / VBA Training Materials is Available for Download
=================================
"Kim" wrote in message
...
I am using Excel for a simple database. One column contains e-mail
addresses. When I click on an address, it jump starts Outlook, which I
don't
use. I lose a lot of time closing it. Is there some way to turn off the
auto start?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
mail merging when you only have 2 excel spreadsheets Kelly Edwards Excel Discussion (Misc queries) 3 April 7th 06 11:56 PM
delete multiple addresses in excel before mail merge dacook4usn Excel Discussion (Misc queries) 0 February 21st 06 09:49 PM
E-mail addresses in Excel 2000 David Williamson Excel Discussion (Misc queries) 1 September 15th 05 05:42 PM
mail merge from excel want day & month only CE Instructor Excel Discussion (Misc queries) 3 July 18th 05 05:13 PM


All times are GMT +1. The time now is 07:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"