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
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
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.
Summary: Thank you Greg for your invaluable input. And, thank you for proving that you have no brain, or are incapable of using it. You should learn to use fullstops... :-D Adieu, Leigh. ...
Summary: OK i know i cannot use ASPI under XP, but i just upgraded to XP and need to test the CD-ROM section of a playstation emulator im writing, anyone give me a good reference on the API that microsoft uses...
Summary: Hi, i need help. i need a hint or example to get the last number /and last two numbers. Problem: sum of first and last number in a c++ rogram. product of last two numbers. how can i get the last numb...