Entering email addresses

E

Estam

I not quite sure where this question belongs but if anyone could help
would be appreciated. I have just taken over a list belonging to a clu
and am using Office 2000. There is a column that contains emai
addresses, clicking on any of the addresses allows me to edit but if
try to add an address first thing is that it changes font and color.

When I click on a new addition to edit outlook boots. I select th
column and I am unable to figure out how to remove this link feature an
leave it as plain text. Any help please, many thanks
 
S

Spencer101

Estam;1601269 said:
I not quite sure where this question belongs but if anyone could help
would be appreciated. I have just taken over a list belonging to a clu
and am using Office 2000. There is a column that contains emai
addresses, clicking on any of the addresses allows me to edit but if
try to add an address first thing is that it changes font and color.

When I click on a new addition to edit outlook boots. I select th
column and I am unable to figure out how to remove this link feature an
leave it as plain text. Any help please, many thanks.

Hi,

If you right click on the cell and select "Remove Hyperlink" the emai
address will just become text that you can edit.

There is an option to turn this function off but I'm not sure where i
is in your version of Excel. Try looking for setting options for "Aut
Complete" and you'll be able to switch it off here.

Hope that's of help.

S
 
G

Gord Dibben

If many of these you may want to use a macro to change to plain text.

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


Gord
 
G

Gord Dibben

Additional info on preventing hyperlinks when entering email
addresses.

You turn this feature off by going to Autocorrect>Autoformat as you
type.............ubcheck Internet and network paths with hyperlinks.

2003 found under Tools>Autocorrect Options

2007 found under Button>Excel Options>Proofing>Autocorrect Options.


Gord
 
E

Estam

Spencer101;1601270 said:
Hi,

If you right click on the cell and select "Remove Hyperlink" the emai
address will just become text that you can edit.

There is an option to turn this function off but I'm not sure where i
is in your version of Excel. Try looking for setting options for "Aut
Complete" and you'll be able to switch it off here.

Hope that's of help.

S.

Office Excel 2000

Thank you, the right click on the cell worked.

Any time I type in an email address and press Enter it turns into
different font and is underlined. Does this mean every cell I have t
remove this hyperlink.

I'm hoping someone can point me to a global setting where I can turn of
this email feature.

Again, many thanks for your help
 
S

Spencer101

Estam;1601278 said:
Office Excel 2000

Thank you, the right click on the cell worked.

Any time I type in an email address and press Enter it turns into
different font and is underlined. Does this mean every cell I have t
remove this hyperlink.

I'm hoping someone can point me to a global setting where I can turn of
this email feature.

Again, many thanks for your help.

You may be able to highlight all the cells with email addresses in the
and right click / remove hyperlinks.

To stop it doing it in the future, try:

"Tools / Auto Correct Options / Auto Format as you Type", then Unde
"Replace As You Type", uncheck "Internet And Network Paths Wit
Hyperlinks".

That should do the trick.

S
 
G

GS

Estam explained :
Office Excel 2000

Thank you, the right click on the cell worked.

Any time I type in an email address and press Enter it turns into a
different font and is underlined. Does this mean every cell I have to
remove this hyperlink.

I'm hoping someone can point me to a global setting where I can turn off
this email feature.

Again, many thanks for your help.

You can change the global setting for how hyperlinks display via the
Styles dialog. Select Hyperlinks and remove the undesired formatting
via the Modify button.

Also, it might help to get in the habit of using F2 to enter EditMode
for cells you want to edit. This places the carat at the end of
existing contents. In the case of cells with hyperlinks, select a
normal cell and use the arrow keys to activate the cell you want to
edit.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion
 
E

Estam

Thanks Garry, I selected the Email column and Styles and was able t
globally change the font. Under Hyperlink was unable to see a Modif
button.

Typing an email addy becomes blue and underlined and when clicking on i
opens up multiple copies of internet explorer until it times out.

Most aggravating lol, this feature has to go..... I need to disabl
anything to do with Hyperlink.

Thanks again,

David...
MSOffice 2000
Excel



'GS[_2_ said:
;1601303']Estam explained :-
Spencer101;1601270 Wrote: -

Office Excel 2000

Thank you, the right click on the cell worked.

Any time I type in an email address and press Enter it turns into a
different font and is underlined. Does this mean every cell I have to
remove this hyperlink.

I'm hoping someone can point me to a global setting where I can tur off
this email feature.

Again, many thanks for your help.-

You can change the global setting for how hyperlinks display via the
Styles dialog. Select Hyperlinks and remove the undesired formatting
via the Modify button.

Also, it might help to get in the habit of using F2 to enter EditMode
for cells you want to edit. This places the carat at the end of
existing contents. In the case of cells with hyperlinks, select a
normal cell and use the arrow keys to activate the cell you want to
edit.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussio
 
G

GS

Okay, using XL2000 I entered an email address and was able to modify
its appearance via the 'Modify' button in the 'Styles' dialog, on the
'Font' tab. This does not change the behavior and so when I click on a
cell (as opposed to navigating to it via arrow keys) a single instance
of my mail app's 'new message' window opens with the email address
already entered in the 'To:' field.

When I want to edit a hyperlink I click an adjacent cell and use an
arrow key to navigate to it. To enter EditMode without having to click
the cell I use the keyboard shortcut 'F2'.

AFAIK, there's no intuitive/obvious way to turn off hyperlinks.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top