20

In Microsoft Word 2007, I'm getting this text rather than getting an actual hyperlink. How can I have it show the blue hyperlink instead? I'm currently using a "Print Layout" as my View. If I change it to "Full Screen Reading" View, I see the blue hyperlinks, but I'm unable to edit anything. How can I show blue hyperlinks while editing the document?

{ HYPERLINK "http://www.mysite.com" }
3

2 Answers 2

33

Press ALT+F9. You're in "Field Codes Mode", where Word displays field codes instead of the values of the fields.

More info: most dynamic data within MS Word is controlled by what Word calls "Fields", and fields are defined by programmatic data called "Field Codes". Field Codes are interpreted commands that Word processes in order to calculate data that is dependent on some value. One reason field codes are used for hyperlinks is that they change color once you've clicked them, from blue to purple, to let you know that you've already visited the site.

Other field codes include page numbers, e.g. { PAGE } and the table of contents, e.g. { TOC ... }.

You probably enabled field codes unwittingly by right-clicking on a field, e.g. a page number, and selecting "Toggle Field Codes" in the pop-up menu.

You can tell that a piece of text is a field (whether field codes are enabled or not) by the gray background that only appears when your insertion point (the blinking cursor) is moved over the field. You can toggle between viewing the field code and viewing the value by pressing Alt+F9 or by right-clicking as I described above.

1
  • My word MS 365, doesnt have such option and ALT+F9 do nothing it the MAC book pro. Commented Nov 3, 2020 at 18:35
9

To have the links appear as "normal" hyperlinks again across all your documents:

  1. Click on the Office Button in the top left corner of MS Word.
  2. Click on Word Options at the bottom of the drop down menu.
  3. Select Advanced.
  4. Scroll down and uncheck the box "show field codes instead of their values." In Word 2010 this is in the "Show document content" subsection.

(That's in Word 2007 & 2010; it may be a similar process in other versions.)

1
  • In later versions: start with File -> Options.
    – ajb
    Commented Jan 1, 2017 at 4:42

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .