XL97: Error Message: Name Conflicts with Existing Module (156882)
The information in this article applies to:
- Microsoft Excel 97 for Windows
This article was previously published under Q156882 SYMPTOMS
In the Visual Basic Editor in Microsoft Excel 97, when you attempt to
create a reference from one project to another project, you may receive the
following error message:
Name conflicts with existing module, project, or object library
CAUSE
This behavior occurs when both projects have the same name.
RESOLUTION
To avoid this problem, rename the projects that have the same name. To do
this, use one of the following methods.
Method 1- In the Project Explorer pane in the Visual Basic Editor, look at the
projects that are listed. You should see entries similar to the
following:
<VBAProject> (Book1.xls)
<VBAProject> (Book2.xls)
<VBAProject> (Personal.xls)
where <VBAProject> is the name of the project.
- Click the entry for the project that you want to rename.
- On the Tools menu, click <VBAProject> Properties.
where <VBAProject> is the name of the project.
- Click the General tab.
- In the Project Name box, type a new, unique project name.
NOTE: Do not use a project name that you use in any other workbook.
- Click OK.
- On the File menu, click Save <bookname>, where <bookname> is the name of
the workbook you modified.
- Repeat steps 1-7 for all open workbooks that contain Visual Basic
modules, class modules, or userforms.
Method 2- In the Project Explorer pane in the Visual Basic Editor, look at the
projects that are listed. You should see entries similar to the
following
<VBAProject> (Book1.xls)
<VBAProject> (Book2.xls)
<VBAProject> (Personal.xls)
where <VBAProject> is the name of the project.
- Click the entry for the project that you want to rename.
- In the Properties pane, in the box to the right of "(Name)", type a new,
unique project name and press Enter.
NOTE: Do not use a project name that you use in any other workbook.
- On the File menu, click Save <bookname>, where <bookname> is the name of
the workbook you modified.
- Repeat steps 1-4 for all open workbooks that contain Visual Basic
modules, class modules, or userforms.
After you rename all projects with unique project names, the error message
no longer appears when you create a reference.
REFERENCES
For more information about changing project names in Microsoft Excel 97,
click the Index tab in Visual Basic for Applications Help, type the
following text
project properties dialog box
and then double-click the selected text to go to the "General Tab (Project
Properties Dialog Box)" topic.
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kberrmsg kbprb kbProgramming KB156882 |
---|
|