how to completely remove hyperlink

  • Thread starter Thread starter leasaac
  • Start date Start date
L

leasaac

I was keying in some information in excel and all of them begins wit
http://www.... It kind of irritates me when I am always clicking ont
the information and it brings me to the web address type in, which i
not what I want. Is there a way to completely key in just text and n
links or whatsoever
 
I hope this helps,

If you add an apostrophe before the internet address, the cell stil
will look as it was before and you avoid the hyperlink. This techniqu
is usually used when you want excel to recognise numbers as text, fo
example in headings and stuff like that.

'http://.......

regards,
Carlos
 
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
Insert>Module 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
 

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

Similar Threads

Activating hyperlinks 3
hidden Hyperlink 1
Hyperlinks 1
Removing hyperlink 3
Hyperlink failure after saving document 2
Hyperlinks changed by Excel again! 5
PowerPoint Animations in hyperlink slideshow 0
Copy Hyperlink command 1

Back
Top