XL97: Errors If Module Contains Duplicate Subroutine NamesLast reviewed: January 9, 1998Article ID: Q168605 |
The information in this article applies to:
SYMPTOMSWhen you open a workbook in Microsoft Excel 97, you may receive the following error message:
Compile error: Ambiguous name detected: <name of a macro>If you delete the Visual Basic macro specified by the error message and then attempt to run a macro, compile your Visual Basic project, or save and close the workbook, you may receive the following error message:
This program has performed an illegal operation and will be shut down. If the problem persists, contact the program vendor.If you click Details, you receive an error message similar to either of the following:
EXCEL caused an invalid page fault in module <unknown> at 0000:00000009. EXCEL caused an invalid page fault in module VBA332.DLL at 0137:651b397a. CAUSEThe first problem occurs if a module in your workbook contains two or more subroutines with the same name. You receive the error message when you attempt to run a subroutine in the workbook, when you close the workbook, and when you open the workbook. The second problem may occur if all of the following conditions are true:
WORKAROUNDTo prevent these problems from occurring, you must eliminate the duplicate subroutine names from the modules in the workbook. Because this process may cause invalid page faults to occur, it is strongly recommended that you close all open workbooks before performing these steps.
When you reopen the workbook, you should not receive the "Ambiguous name detected" error message. If you do, it may be necessary to rename all of the subroutines in the workbook.
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 INFORMATIONIn Microsoft Excel 97, a workbook can contain multiple subroutines with the same name. However, if a single Visual Basic module contains two or more subroutines with the same name, Microsoft Excel cannot distinguish between the two macros, and you will receive the "Ambiguous name detected" error message. If the problems described in the "Symptoms" and "Cause" sections are already occurring, use the workaround described in the "Workaround" section to remove the duplicate subroutine names from the workbook. Note that in some cases, it may be necessary to rename ALL of the subroutines in your workbook in order to completely eliminate the problem.
|
Additional query words: 97 XL97
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |