XL98: "Auto_Open_xlquery_DClick" Error Appears Opening File

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

SYMPTOMS

When you open a file in Microsoft Excel 98 Macintosh Edition, you may receive the following error message:

   Cannot find Auto_Open_xlquery_DClick, which has been assigned to run
   each time [File Name]Sheet Name is opened. Continuing could cause
   errors. Cancel opening [File Name]Sheet Name?

CAUSE

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

  • You create a file with an Auto_Open macro in Excel 98.

    -and-

  • You create a query in Microsoft Query that returns data to Excel, and you store the query in the file.

    -and-

  • You save the file in the Microsoft Excel 5.0/95 Workbook (*.xls) format.

WORKAROUND

To work around this problem, follow these steps:

  1. Open the file in Excel 98. Press OPTION+F11 to start the Visual Basic Editor.

  2. In the Project window, click the plus sign (+) next to Modules. Click the module that contains the Auto_Open macro to select it.

  3. Locate the Auto_Open macro and rename it. To do this, change the first line of the macro. For example, if the first line of the macro is the following:

           Sub Auto_Open()
    
        change it to the following:
    
           Sub StartupCode()
    
    

  4. On the File menu, click "Close and Return to Microsoft Excel."

  5. On the File menu, click Save As. In the Save As dialog box, change the file type to Microsoft Excel Workbook (*.xls).

  6. On the File menu, click Close, and then reopen the file in Excel 97. Press OPTION+F11 to start the Visual Basic Editor.

  7. In the Project window, click the plus sign (+) next to Modules. Click the module that contains the renamed macro to select it.

  8. Rename the macro with the following name:

           Sub Auto_Open()
    
    

  9. On the File menu, click "Close and Return to Microsoft Excel." On the File menu, click Save, and then click Close.

    When you reopen the file, the error message does not appear.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

Keywords          : xllist xlquery
Version           : MACINTOSH:98
Platform          : MACINTOSH
Issue type        : kbbug
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.