Can't find project or library Error?

  • Thread starter Thread starter RS
  • Start date Start date
R

RS

I installed office 2003 but I had to uninstall it and reinstall officeXP but
now I get the
"Can't find project or library"
error message when I run my macro. The line it gives this on is
MonthView1.Value = Date
both of these items I can look up in the object browser and they worked
before with officeXP and Office2003.
 
Hi R,

With the workbook in question active, run the problematic code

When the code errors, go to the VBE and select the project in the Project
Explorer Window

Hit the reset button and look at the Tools | References list

Look for any references marked as "MISSING".

Either uncheck the reference or, if the reference is needed, try the browse
button to locate the library,
 
Back
Top