cellMatrix.net

Spreadsheet Modeling and Related Topics

Turn off Automatic Hyperlinks

Does it annoy you when Excel automatically turns an email or web address into a hyperlink when you want it entered as text? In Excel 2007 you can prevent this from happening by clicking on the Office button and going to Excel Options -> Proofing -> Deselect the option titled "Ignore Internet and file addresses".

The The Spreadsheet Page has a tip titled Removing or Avoiding Automatic Hyperlinks that covers this very topic. The tip provides the following macro which will allow you to instantly turn all of your hyperlinks into text. The macro really helped me as I had a sheet with over 100 links to zap.

Sub ZapHyperlinks() 
    Cells.Hyperlinks.Delete
End Sub

As I'm just making the switch from Excel 2003 to 2007 it made me think . . . what features do Excel users automatically turn on or off when moving to a different version? Understanding that everyone has their own preferences, I'd like to hear about those features that are a "must have" or that you immediately shut off.


Posted on Sunday, January 17, 2010 | Comments (3) | Permalink
Comments

Another trick is to hit Ctrl-Y (Undo) immediately after the hyperlink is created. The text is retained, but the link is removed.

Posted by Jon Peltier  on  01/17  at  09:05 AM

I’ll change the number of sheets in new workbooks to 1, the standard font to Tahoma (size 10) and set the user name. I’ll also set up the book and sheet templates with 80% zoom and the same font/size.

Posted by JP  on  01/26  at  01:43 PM

Cells.Hyperlinks.Delete on a worksheet change removes formatting too!

Posted by Matt  on  05/16  at  04:15 PM
Page 1 of 1 pages

Comment Entry Form

User Information

Name: (Required)

E-Mail Address: (Optional)

Location: (Optional)

Web Site Address: (Optional)

Comment Formatting Reference
Add VBA Code:
<pre>some code here</pre>
Linking:
[url]http://www.example.com/[/url]
[url=http://www.example.com/]my site[/url]
Text Formatting
[size=4]Some larger text[/size]
[color=green]Some green text[/color]
[b]Some bold text[/b]
[i]Some italic text[/i]
Enter Comment Below

Personalization Options
Remember my personal information
Notify me of follow-up comments?

Next entry: VBA Fireworks Model from AJP Excel Information

Previous entry: VBA Array to Change Line Chart Colors

<< Back to main

Statistics

  • Total Entries - 136
  • Current Viewers - 29

Categories

Entries by Day

Sep - 2010
S M T W T F S
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 1 2

Recent Comments

Syndicate