XL97: Convert to MS Access Menu Command May Work Incorrectly

Last reviewed: January 15, 1998
Article ID: Q159157
The information in this article applies to:
  • Microsoft Excel 97 for Windows

SYMPTOMS

In Microsoft Excel 97, when you click "Convert to MS Access" on the Data menu, the "Convert to Microsoft Access" dialog box is not displayed. Instead, the File Conversion Wizard is displayed.

CAUSE

This problem occurs when the following conditions are true:

  • When you first click Add-Ins on the Tools menu, both of the following add-ins are not selected:

          File Conversion Wizard (Fileconv.xla)
          Microsoft AccessLinks Add-In (Acclink.xla)
    

        -and-
    
  • You select both add-ins and click OK.

        -and-
    
  • On the Data menu, you click "Convert to MS Access," and then restart Microsoft Excel 97.

RESOLUTION

To resolve this problem, quit and restart Microsoft Excel 97. After you do this, the "Convert to MS Access" menu command works correctly.

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.

MORE INFORMATION

This problem occurs because Microsoft Excel 97 does not register the two add-ins correctly.

When you load Fileconv.xla, it creates the File Conversion command on the Wizard submenu on the Tools menu. This command runs Fileconv.xla!DoConvertCommand.

When you load Acclink.xla, it creates the Convert to MS Access command on the Data menu. This command runs Acclink.xla!DoConvertCommand.

Note that each command points to the same macro name (DoConvertCommand) in two different add-ins. When you load both add-ins at the same time, and then click one of the menu commands, Microsoft Excel runs the first DoConvertCommand macro that it finds. In this case, it runs the DoConvertCommand macro in Fileconv.xla.

After you restart Microsoft Excel 97, this problem no longer occurs.


Additional query words: XL97
Keywords : xladdins kbualink97
Version : WINDOWS:97
Platform : WINDOWS
Issue type : kbbug


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: January 15, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.