Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Wowie
 
Posts: n/a
Default How do I stop e-mail address from turning into link in Excel?

In Excel, when you type an e-mail address into a cell, it turns into a link.
How do I correct it so that when I enter the e-mail address, it doesn't turn
blue and become a link? The only two methods I've discovered by
experimentation are to put an apostrophe at the beginning of the address, or
to type the address, hit enter, and then immediately click "undo" before
typing the next e-mail address. Both these methods are cumbersome. Is there
a way to highlight an entire column of e-mail addresses that have already
been entered, and change them so that they are no longer a link? Thank you!
Sherrie Holmes
  #2   Report Post  
Ron de Bruin
 
Posts: n/a
Default

Hi Wowie

In 2002/2003 you can turn it of

Tools Options Spelling
Press "AutoCorrect Options" Button
AutoFormat As You Type Tab
Remove Check from "Internet and network paths with hyperlinks"
OK
OK

If you have fill in a address and Enter to confirm you
can use Ctrl-Z to make it text.

Or start with a '

You can run this macro also to make text of all hyperlinks
in your worksheet

Sub test()
ActiveSheet.Hyperlinks.Delete
End Sub

Alt-F11
InsertModule from the menubar
paste the sub in there
Alt-Q to go back to Excel

If you do Alt-F8 you get a list of your macro's
Select "test" and press Run




--
Regards Ron de Bruin
http://www.rondebruin.nl



"Wowie" wrote in message ...
In Excel, when you type an e-mail address into a cell, it turns into a link.
How do I correct it so that when I enter the e-mail address, it doesn't turn
blue and become a link? The only two methods I've discovered by
experimentation are to put an apostrophe at the beginning of the address, or
to type the address, hit enter, and then immediately click "undo" before
typing the next e-mail address. Both these methods are cumbersome. Is there
a way to highlight an entire column of e-mail addresses that have already
been entered, and change them so that they are no longer a link? Thank you!
Sherrie Holmes



  #3   Report Post  
MWDixon
 
Posts: n/a
Default

To prevent the auto-creation of the Links, you can go to
ToolsAutoCorrectOptionsAutoFormat as You Type and uncheck the checkbox
Replace as you type: Internet and network paths with hyperlinks.

The simplest way I can think of to remove the hyperlinks off of a long list
after they are created, would be to copy the range of cells, go to a blank
part of the sheet and EditPaste SpecialValues (you can leave the other
settings at their default). You can then immediately do a cut and regular
paste back to the original range of cells

"Wowie" wrote:

In Excel, when you type an e-mail address into a cell, it turns into a link.
How do I correct it so that when I enter the e-mail address, it doesn't turn
blue and become a link? The only two methods I've discovered by
experimentation are to put an apostrophe at the beginning of the address, or
to type the address, hit enter, and then immediately click "undo" before
typing the next e-mail address. Both these methods are cumbersome. Is there
a way to highlight an entire column of e-mail addresses that have already
been entered, and change them so that they are no longer a link? Thank you!
Sherrie Holmes

  #4   Report Post  
Gord Dibben
 
Posts: n/a
Default

Even simpler in my estimation.

Copy an empty cell.

Select the hyperlink cells and Paste SpecialAddOKEsc.


Gord Dibben Excel MVP

On Wed, 4 May 2005 11:10:06 -0700, "MWDixon"
wrote:

The simplest way I can think of to remove the hyperlinks off of a long list
after they are created, would be to copy the range of cells, go to a blank
part of the sheet and EditPaste SpecialValues (you can leave the other
settings at their default). You can then immediately do a cut and regular
paste back to the original range of cells


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
Separating an email address embedded in a "mail to:" hyperlink littleellisdude Excel Discussion (Misc queries) 3 May 3rd 05 05:51 PM
Stop excel emedding (opeing in mail format) when outlook is open. Help Hey New Users to Excel 1 April 26th 05 02:29 PM
how do i stop excell from turning the last five digits in a 20 di. cingularws Excel Discussion (Misc queries) 1 March 29th 05 03:07 AM
stop automatically making email address lily Excel Discussion (Misc queries) 1 March 23rd 05 04:53 AM
Extract Data for Mail Merge Rashid Khan Excel Discussion (Misc queries) 7 December 24th 04 05:47 PM


All times are GMT +1. The time now is 12:25 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"