PC Review


Reply
Thread Tools Rate Thread

Clicking on cell with email address opens Outlook Express

 
 
Exceluser2400
Guest
Posts: n/a
 
      25th Jun 2009

When I click on a cell that contains an email address Excel automatically
opens Outlook Express and tries to send an email to that address. Once I have
clicked on the cell the formatting changes to blue text with underlining and
becomes a hyperlink. The next time I click that cell it opens Outlook
Express, and I have to wait for that program to finish opening and then close
it. But usually I just need to copy the address to paste it into another
application. How can I remove the hyperlink formatting, and how can I
prevent clicking on the cell from opening Outlook Express? I have found
nothing about this in the Help feature.
 
Reply With Quote
 
 
 
 
Sean Timmons
Guest
Posts: n/a
 
      25th Jun 2009

OK, just for an FYI, you can change the e-mail program that your hyperlinks
will open by going to an Internet Explorer window, selecting Tools > Internet
Options ? Programs tab and changing the E-mail drop down to select your
desired e-mail type.

To remove hyperlinks from your cells, type 1 into a blank cell and copy the
cell.

Highlight the e-mail addresses in question.

Select Paste Special and click the multiply option buton, then click OK.


"Exceluser2400" wrote:

> When I click on a cell that contains an email address Excel automatically
> opens Outlook Express and tries to send an email to that address. Once I have
> clicked on the cell the formatting changes to blue text with underlining and
> becomes a hyperlink. The next time I click that cell it opens Outlook
> Express, and I have to wait for that program to finish opening and then close
> it. But usually I just need to copy the address to paste it into another
> application. How can I remove the hyperlink formatting, and how can I
> prevent clicking on the cell from opening Outlook Express? I have found
> nothing about this in the Help feature.

 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      25th Jun 2009

If you click and hold OE won't open.

So if you had emails adds in A1:A10 click and hold A1 then drag down to
select all.

Then copy and paste.

If you don't want these as hyperlinks, run this macro on the selected range.

Sub Delete_Hyperlinks()
Dim Cell As Range
For Each Cell In Intersect(Selection, _
Selection.SpecialCells(xlConstants, xlTextValues))
Cell.Hyperlinks.Delete
Next Cell
End Sub

To prevent Excel from treating these as hyperlinks when you enter them in
the future go to Tools>Autocorrect Options>AutoFormat as you type.

Clear the option at Internet and network paths with hyperlinks.


Gord Dibben MS Excel MVP

On Thu, 25 Jun 2009 11:51:01 -0700, Exceluser2400
<(E-Mail Removed)> wrote:

>When I click on a cell that contains an email address Excel automatically
>opens Outlook Express and tries to send an email to that address. Once I have
>clicked on the cell the formatting changes to blue text with underlining and
>becomes a hyperlink. The next time I click that cell it opens Outlook
>Express, and I have to wait for that program to finish opening and then close
>it. But usually I just need to copy the address to paste it into another
>application. How can I remove the hyperlink formatting, and how can I
>prevent clicking on the cell from opening Outlook Express? I have found
>nothing about this in the Help feature.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
When clicking on email link outlook opens up but won't send messag Ziv Microsoft Outlook Discussion 2 24th Dec 2007 01:43 PM
Outlook Express hangs while clicking on recipient email address =?Utf-8?B?SG9uZyBKaW4=?= Windows XP General 2 24th Sep 2007 02:13 PM
Outlook Express opens when I select email address in Outlook =?Utf-8?B?SmFpbWVpbmRj?= Microsoft Outlook Installation 0 15th May 2007 02:01 AM
clicking email message Outlook Express =?Utf-8?B?Ym9iaw==?= Windows XP New Users 1 17th Aug 2006 07:23 PM
Setting IE to link to Outlook express when clicking an email address Clint Windows XP General 4 10th Feb 2004 10:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:37 AM.