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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can't find project or library problem

Status
Not open for further replies.

shanmugham

Programmer
Jun 19, 2001
71
IN
Friends,

in my project, at the time of running, it shows the error " can't find project or library" in the places of trim/chr/date/time functions.

what is the problem any libraries need to add????

thanks in advance

shan
 
You may want to try doing this.

Replace
Trim(...)
with
Application.WorksheetFunction.Trim(...)

Regards,
-Jayakumar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top