Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP?? 'project or library not found' error

Status
Not open for further replies.

cin2002

Programmer
Mar 19, 2002
29
US
I created a big application, and have a 'project or library not found' error, which relates only to code which generate times and dates using the 'format' argument.

It only happens on some machines.

Anyone can tell me how can I solve?
 
From the visual basic editor, go to Tools > References and see which libraries are referenced. Compare that with the machines that don't work.
 
Go to Tools->References

Pl check the reference Visual Basic for Application
Click Ok.

Compile the Source
It may surely give no error

If else Add Microsoft Visual Basic For Application Extensibility 5.3
 
I still can't solve the problem. Any other ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top