Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 121
Default problem with reference

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?



  #2   Report Post  
Posted to microsoft.public.excel.programming
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?





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 121
Default problem with reference

Nothing open but Personal.Xls Tom ... I am stumped (and oh by the way, shut
out of Ron's nice code samples)


"Tom Ogilvy" wrote in message
...
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?







  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 121
Default problem with reference

I think the module name was a no-no... I had named it "Outlook" and was
trying to make a reference to Object Library for Outlook.

I got rid of the module, and I could make the reference.

Thanks

"William Benson" wrote in message
...
Nothing open but Personal.Xls Tom ... I am stumped (and oh by the way,
shut out of Ron's nice code samples)


"Tom Ogilvy" wrote in message
...
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?









Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
A reference problem - I THINK? Los Excel Discussion (Misc queries) 2 May 13th 08 07:20 PM
Reference problem jesmin Excel Discussion (Misc queries) 4 February 6th 06 02:08 PM
Problem with =sum(offset(cell reference,w,x,y,z). I want cell reference to be variable [email protected] Excel Worksheet Functions 2 December 11th 04 12:00 AM
Need help with this reference problem No Name Excel Programming 4 August 16th 04 07:57 PM
Another Reference Problem bob Excel Programming 0 August 16th 04 03:47 PM


All times are GMT +1. The time now is 08:19 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"