Computing.Net > Forums > Programming > of xp and 2kk compatibility for VBA

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

of xp and 2kk compatibility for VBA

Reply to Message Icon

Name: Timucin
Date: November 9, 2002 at 01:45:05 Pacific
OS: XP
CPU/Ram: 256
Comment:

I have a macro which runs correctly in of 2k. I have upgraded my w2k and of2k to both xp(clean install). Now macro gives "Cant find project or library" error. It stops on the left$ function with the error. I have checked with object browser and saw that it is and referenced dll file(under vba 6 directory in microsoft shared etc) exist. I have to run this macro anyway. Any help is welcome. Bgrds



Sponsored Link
Ads by Google

Response Number 1
Name: Jeff J
Date: November 9, 2002 at 16:53:40 Pacific
Reply:

Is the macro being run from within a new file, or an old file?

You might try searching with "http://search.microsoft.com/advanced_search.asp", and entering the EXACT PHRASE "Can't find project or library". Although not specific to XP, there are many problems/solutions listed for VBA. My initial suspicion is corruption in the document containing the macro (especially if it's a template).

You might also try creating a new document, and writing a macro in that document itself (not in the global template), and seeing if the Left$() function works from there. If not, try checking your installation and permissions options.


0
Reply to Message Icon

Related Posts

See More


Visual c++ : Hardware Nero problem



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: of xp and 2kk compatibility for VBA

Trouble w/ XP and ASPI...... www.computing.net/answers/programming/trouble-w-xp-and-aspi/781.html

XP and ASPI www.computing.net/answers/programming/xp-and-aspi/313.html

sum of first and last numbers c++ www.computing.net/answers/programming/sum-of-first-and-last-numbers-c/13997.html