MISSING: Microsoft Word 11.0 Project Library

  • Thread starter Thread starter ChrisMattock
  • Start date Start date
C

ChrisMattock

Morning all, having some problems with an excel sheet that I have made
on my laptop and brought into work and when I try and run any of the
macros it comes up with....

Compile Error:

Can't find project or library

I opened Tools => References and found that on the work machine I
have:

MISSING: Microsoft Word 11.0 Project Library

With Microsoft Word 10.0 Project Library being present amoungst others,
any suggestions as to how to rectify this?
 
The easiest way to deal with this is through early binding, which means you
don't specify a Word version, you don't set a reference, you don't have the
nice intellisense in the VBE, but it works no matter which modern version of
Excel is installed.

http://peltiertech.com/Excel/EarlyLateBinding.html

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

"ChrisMattock" <[email protected]>
wrote in message
news:[email protected]...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top