Date function compile error

xcmav66

Registered User.
Local time
Today, 02:30
Joined
Oct 29, 2008
Messages
29
I have the "Date" function in my VBA code. It worked as of a few days ago, and I don't think I've changed any code. Now when I try and run it, I get a "Compile error: Can't find project or library" error. Does anyone know why I might be getting this?
 
Check your references... (in the menu, Tools => References) there is probably something missing there.
 
Thanks, that fixed it
 
I have the same problem.

I have checked the references on both computers and the same references are checked on both computers.

The computer where the code IS working seems to have more references than the computer where it ISNT working, but the extra ones are not checked.

Thanks in advance

Al
 
I have the same problem.

I have checked the references on both computers and the same references are checked on both computers.

The computer where the code IS working seems to have more references than the computer where it ISNT working, but the extra ones are not checked.

Thanks in advance

Al
When you check your references is there any that say MISSING?
 
Hi

Yes, I later noticed that there were two references that were missing. I unchecked them and it fixed the problem.


Thanks guys

Al
 

Users who are viewing this thread

Back
Top Bottom