XL2000: "Compile Error: Ambiguous Name Detected" If a Module Contains Duplicate Subroutine Names (211838)
The information in this article applies to:
This article was previously published under Q211838 SYMPTOMS
When you open a workbook in Microsoft Excel 2000, you may receive the
following error message:
Compile error: Ambiguous name detected: name of a macro CAUSE
This error message occurs if a module in your workbook contains two or more subroutines with the same name. You receive the error message when you open the workbook, when you attempt to run a subroutine in the workbook, and when you close the workbook.
WORKAROUND
To prevent this error message 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.
- Open the workbook. If you receive the "Ambiguous name detected" error message, proceed to step 2. If you do not receive the error message, the workbook does not contain duplicate subroutine names, and you can close the workbook.
- Click OK to dismiss the error message.
- In the Code window, either rename the subroutine with the duplicate
name or delete it. Repeat until each subroutine in the module has a
unique name.
- Repeat step 3 for each module in the workbook that contains duplicate
subroutine names.
- When you are finished, click Close and Return to Microsoft Excel on the File menu. Or, press ALT+F11.
- On the File menu, click Save. Then, click Close on the File menu.
MORE INFORMATION
In Microsoft Excel 2000, 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 behavior described in the "Symptoms" and "Cause" sections is 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 to completely eliminate the issue.
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kberrmsg kbprb kbProgramming KB211838 |
---|
|