View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default problem with reference

This often happens when you create a reference to a workbook where the
default name is vbaproject and causes a conflict with the workbook
containing the reference which is also named vbaproject. This may not be
your situation, but it is the most common situation where I have seen this
message.

--
Regards,
Tom Ogilvy

"William Benson" wrote in message
...
I am trying to use some code from Ron de Bruin's Excel pages. I tried to

add
a reference to Microsoft Outlook 11.0 Object Library, and am getting "Name
conflicts with existing project, module, or object library". I removed

every
reference I could to see which was the conflict, and now have only:
Visual Basic for Applications
Microsoft Excel 11.0 Object Library
Microsoft Forms 2.0 Object Library

I looked for redundant sub names, none ... Anyone know what is my issue

pls?