cant find project or library error

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

When I try to run a piece of VB I get the error in the
subject line. Anyone know what I should be looking for?
 
Hi Kevin

Look in the VBE editor(Alt-F11)
In the Menu bar go to Tools>References.
See if there is one that say missing

Uncheck it and look for the good version
Check this one

You can use Late binding to avoid this kind of problems
Here is a example for the Outlook reference
http://www.dicks-clicks.com/excel/olBinding.htm
 
Back
Top