Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Missing Library Problem

I have written an excel document and a user of it was getting the
following error -

Can't find project or library

for the line -

Dim domDocumentXmlDom As doMDocument

When I wrote the script, I added a ref to Microsoft XML, v6.0. I'm
guessing that this user doesn't have this library on their machine. So
what should I do?

Thanks,


Aine.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,231
Default Missing Library Problem

wrote...
I have written an excel document and a user of it was getting the
following error -

Can't find project or library

for the line -

Dim domDocumentXmlDom As doMDocument

When I wrote the script, I added a ref to Microsoft XML, v6.0. I'm
guessing that this user doesn't have this library on their machine. So
what should I do?


What version of Excel does this particular user have?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Missing Library Problem

On 22 Aug, 10:29, "Harlan Grove" wrote:
wrote...
I have written an excel document and a user of it was getting the
following error -


Can't find project or library


for the line -


Dim domDocumentXmlDom As doMDocument


When I wrote the script, I added a ref to Microsoft XML, v6.0. I'm
guessing that this user doesn't have this library on their machine. So
what should I do?


What version of Excel does this particular user have?


The exact same as me - version 2002 (10.6832.6830) SP3

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,231
Default Missing Library Problem

wrote...
On 22 Aug, 10:29, "Harlan Grove" wrote:
What version of Excel does this particular user have?


The exact same as me - version 2002 (10.6832.6830) SP3


You and this user may have different Microsoft XML versions, so I was curios
whether you might have different Excel versions.

Anyway, this particular user could run Contol Panel's Add or Remove Programs
applet to check if they have any version of Microsoft XML installed. If they
have version 6 installed, then I'm not sure why the reference to it in the
workbook you developed isn't working. The only thing I could think of would
be different pathnames for %SYSTEMROOT%, C:\Windows and C:\WINNT, on your
respective machines. If that's the case, you're at an impass until all
machines have exactly the same configuration.

If they don't have Microsoft XML v6, then they'd need it installed. OTOH, if
they have an earlier version installed, and that earlier version were the
company standard, then you're going to need to redo the workbook to use an
earlier, standard version or convince your IT department to upgrade everyone
to v6.


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
Missing library??? pcor New Users to Excel 0 November 26th 06 04:25 PM
Library missing lk[_3_] Excel Programming 2 October 3rd 05 03:57 PM
Missing Library Jan Il Excel Worksheet Functions 2 March 19th 05 04:56 PM
Reference Library - Missing Library in a lower version. luvgreen Excel Programming 1 October 7th 04 02:08 AM
Missing library? Ko Vijn Excel Programming 4 February 5th 04 11:23 PM


All times are GMT +1. The time now is 09:12 PM.

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

About Us

"It's about Microsoft Excel"