XL: Error Running Macro with Reference to XLODBC.XLA FileLast reviewed: February 27, 1998Article ID: Q151544 |
The information in this article applies to:
SYMPTOMS When you run a procedure from a module that contains a reference to the Xlodbc.xla file, you may receive the following error message:
Attempt to register Xlodbc32.dll failed.In Microsoft Excel 97, you may receive this error as soon as you open the workbook that contains a reference to Xlodbc.xla.
MORE INFORMATIONThis error occurs when all of the following are true:
CAUSE When you establish a reference to another workbook or library, Microsoft Excel hard-codes the path of the file when the reference is established. The error occurs because the path to the Xlodbc.xla file is still valid, and Microsoft Excel attempts to open the incorrect Xlodbc.xla file. The error does not occur if only one version of Microsoft Excel is installed on the computer. Instead, if the file cannot be found, you may receive the following error message:
Can't find project or library.See articles referenced later in this article for more information about this error.
RESOLUTION
Microsoft Excel 7.0With your module sheet active, click References on the Tools menu, click to clear the current reference, and use the Browse option to establish a new reference to the correct Xlodbc.xla file. After establishing the correct reference, save and close the file, and then restart Microsoft Excel.
Microsoft Excel 97Press ALT+F11 to activate Visual Basic Editor. Click References on the Tools menu, click to clear the current reference, and use the Browse option to establish a new reference to the correct Xlodbc.xla file. Click Close and Return to Microsoft Excel on the File menu. Save and close the file, and then restart Microsoft Excel.For additional information, please see the following articles in the Microsoft Knowledge Base:
ARTICLE-ID: Q124277 TITLE : XL5 Err Msg: "Can't Find Project or Library" Running Macro ARTICLE-ID: Q131298 TITLE : XL5 How to Avoid the Error "Can't Find Project or Library"REFERENCES "Visual Basic User's Guide," version 5.0, chapter 4, "Organizing Procedures and Modules in Workbooks" For more information about calling procedures in other workbooks, click Microsoft Excel Help Topics on the Help Menu, click the Index tab and type:
Calling procedures |
Additional query words: 5.00 5.00a 5.00c 7.00 7.00a 8.00 97
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |