Using the @ symbol in a cell

G

Guest

I have a friend at work who was using Excel (2003) and was typing using the @
character for something totally unrelated to an email hyperlink and Excel
turned all of the cells in her spreadsheet using the @ symbol into
hyperlinks. I used replace to get rid of the "@" and turn it into "at", but
it remained a hyperlink. I got rid of the hyperlink by right clicking each
cell and deleting it. Is there someway to get Excel to automatically not
assume you are typing in a hyperlink? Also, I couldn't find a way to choose
all the cells and have the same option of clearing the hyperlink? Any easy
way to do that?
 
D

David Biddulph

Tools/ AutoCorrect Options/ AutoFormat as you Type: uncheck the one about
hyperlinks for internet and network paths.
--
David Biddulph

jknapp1005 said:
I have a friend at work who was using Excel (2003) and was typing using the
@
character for something totally unrelated to an email hyperlink and Excel
turned all of the cells in her spreadsheet using the @ symbol into
hyperlinks. I used replace to get rid of the "@" and turn it into "at",
but
it remained a hyperlink. I got rid of the hyperlink by right clicking each
cell and deleting it. Is there someway to get Excel to automatically not
assume you are typing in a hyperlink?
....
 
G

Guest

Click TOOLS in the menu and select AUTOCORRECT. In the Autocorrect dialog
box click the AUTOFORMAT AS YOU TYPE tab and remove the check from the
INTERNET AND NETWORK PATHS WITH HYPERLINKS check box.

Just another attempt to be overly helpful by the application...
 
G

Guest

go to tools>auto correct options>autoformat as you type tab and unselect
replace as you type internet and network paths with hyperlink.

this will not remove existing hyperlinks and you can still add a hyperlink
using cell formatting
--
John
MOS Master Instructor Office 2000, 2002 & 2003
Please reply & rate any replies you get

Ice Hockey rules (especially the Wightlink Raiders)
 
D

David McRitchie

You may find that you generally want the links and that it is easier to
remove the ones you don't want rather than changing your autocorrect options.

Three manual methods of deleting the unwanted hyperlinks
http://www.mvps.org/dmcritchie/excel/buildtoc.htm#DelHyperlinks
Ctrl+Z to immediate removal of the link, if you catch it in time
Ctrl+K to edit the hyperlink and remove
copying an empty cell then using Edit, Paste Special, Add on a selection

and with using VBA code
Use of a macro two such macros and more details on the above at
http://www.mvps.org/dmcritchie/excel/buildtoc.htm#DelHyperlinks
or someone even suggested you copy or paste into the intermediate window
Selection.Hyperlinks.Delete
--
HTH,
David McRitchie, Microsoft MVP -- Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Vista / Excel 20007: http://www.mvps.org/dmcritchie/vista/vista.htm
 

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