View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] aine_canby@yahoo.com is offline
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.