XL98: "Cannot Open Specified File" Clicking Hyperlink

Last reviewed: February 2, 1998
Article ID: Q179329
The information in this article applies to:
  • Microsoft Excel 98 Macintosh Edition

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.

and the window of the workbook to which you are hyperlinking becomes hidden.

CAUSE

This behavior occurs if all of the following conditions are true:

  • You create a hyperlink using the HYPERLINK worksheet function.

        -and-
    
  • The "link_location" argument of the HYPERLINK function uses the syntax

          <workbook name>!<defined name or range>
    

    for example:

          "Macintosh HD:Documents:Testlink!Alpha"
    

           -or-
    

          "Macintosh HD:Documents:Testlink!$A$1"
    

        -and-
    
  • You are referring to a defined name that is not contained on the first worksheet in the workbook.

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>

So, instead of using this

   =HYPERLINK("Macintosh HD:Documents:Testlink!Alpha")

you should use

   =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:

  1. On the Window menu, click Unhide.

  2. Click the name of the workbook you want to unhide and click OK.

You can then close or save the workbook, as necessary.

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.


Additional query words: XL98
Keywords : xlformula xlmac xlweb kbprb kbusage
Version : MACINTOSH:98
Platform : MACINTOSH
Issue type : kbprb
Solution Type : kbworkaround


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 2, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.