{ HYPERLINK "FileName" [Switches ] }
A hyperlink is a "hot spot" that allows you to jump to another location. The location can include another file on your hard disk or company's network (such as a Microsoft Word document or a Microsoft Excel worksheet), an Internet address (such as http://www.microsoft.com), or a location such as a bookmark or slide. The field includes display text, which is often blue and underlined, that the user clicks to jump to the specified location. You can insert hyperlinks by clicking the Hyperlink command on the Insert menu.
Instructions
"C:\\My Documents\\Manual.doc"
For Internet addresses, include the protocol and the same syntax as the URL, for example:
"http://www.microsoft.com/ie/msie.htm"
and "mailto:someone@microsoft.com".
Switches
Specifies a location in the file, such as a bookmark, where this hyperlink will jump.
Appends coordinates to a hyperlink for a server-side image map.
Causes the destination site to be opened in a new window.
Specifies the ScreenTip text for the hyperlink.
{ Hyperlink "filename" \t "_top" }
The destination Web page will appear in the entire browser window instead of a frame.
Options for the \t switch are:
The default (without the switch specified) is Page Default (none).
Examples
This field code and text: "The project's budget is final. Click { HYPERLINK "C:\\My Documents\\budget.xls" } for more information." produces the following:
"The project's budget is final. Click 1999 Budget for more information."
Clicking the blue text opens the worksheet called Budget.xls in the My Documents folder. The hyperlink display text is "1997 Budget" and isn't included in the field syntax. You can edit the display text for the field by typing over it.