XL97: Convert to MS Access Menu Command May Work IncorrectlyLast reviewed: January 15, 1998Article ID: Q159157 |
The information in this article applies to:
SYMPTOMSIn 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.
CAUSEThis problem occurs when the following conditions are true:
RESOLUTIONTo resolve this problem, quit and restart Microsoft Excel 97. After you do this, the "Convert to MS Access" menu command works correctly.
STATUSMicrosoft 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 INFORMATIONThis 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |