Article ID: 179329 - Last Review: September 11, 2002 - Revision: 1.0 XL98: "Cannot Open Specified File" Clicking HyperlinkThis article was previously published under Q179329 SYMPTOMS
In Microsoft Excel 98 Macintosh Edition, when you click a hyperlink that is
linked to a defined name or a range in another workbook, you may receive
the following error message
Cannot open the specified file.
CAUSE
This behavior occurs if all of the following conditions are true:
RESOLUTION
To prevent this problem from occurring, use the following syntax in the
"link_location" argument of the HYPERLINK function:
[<workbook name>]<defined name or range>
=HYPERLINK("Macintosh HD:Documents:Testlink!Alpha")
=HYPERLINK("[Macintosh HD:Documents:Testlink]Alpha")
-or-
=HYPERLINK("[Macintosh HD:Documents:Testlink]$A$1")
If you use the incorrect syntax, the window of the workbook to which you
are hyperlinking becomes hidden. To unhide the workbook, follow these
steps:
STATUS
This behavior is by design of Microsoft Excel 98 Macintosh Edition.
MORE INFORMATION
The HYPERLINK worksheet function in Microsoft Excel 98 Macintosh Edition
allows you to create a hyperlink, or jump, to Web pages and Microsoft
Office documents.
If you use the HYPERLINK function to create a link to a defined name within a Microsoft Excel workbook, you must use the [<workbook name>]<defined name> syntax when you refer to the defined name. If you use the more traditional <workbook name>!<defined name or range> syntax, the hyperlink may not work correctly. | Article Translations
|

Back to the top
