Feb 20, 2003 #1 Yogi39 Technical User Joined Jun 20, 2001 Messages 273 Location CA I keep getting cant find project or library with this line of code...Why ? Space = Chr(32)
Feb 20, 2003 1 #2 Rick39 Programmer Joined May 11, 2001 Messages 426 Location US Check for missing references (Tools->References) Upvote 0 Downvote
Feb 20, 2003 Thread starter #3 Yogi39 Technical User Joined Jun 20, 2001 Messages 273 Location CA How would I know which one is missing ? Upvote 0 Downvote
Feb 20, 2003 #4 Rick39 Programmer Joined May 11, 2001 Messages 426 Location US When the list of Available References comes up, the bad reference will show "MISSING" in front of the library title Upvote 0 Downvote
When the list of Available References comes up, the bad reference will show "MISSING" in front of the library title
Feb 20, 2003 Thread starter #5 Yogi39 Technical User Joined Jun 20, 2001 Messages 273 Location CA Thanks found it.... MSADOR15.dll Do I recopy from my Office CD ? Upvote 0 Downvote
Feb 20, 2003 #6 Rick39 Programmer Joined May 11, 2001 Messages 426 Location US Yes, if it is no longer on your hard drive (location could have changed) Upvote 0 Downvote
Feb 20, 2003 Thread starter #7 Yogi39 Technical User Joined Jun 20, 2001 Messages 273 Location CA The file that it referes to is were it says.... can it be corupted ? Upvote 0 Downvote
Feb 20, 2003 #8 Rick39 Programmer Joined May 11, 2001 Messages 426 Location US Possibly....... Upvote 0 Downvote
Feb 20, 2003 Thread starter #9 Yogi39 Technical User Joined Jun 20, 2001 Messages 273 Location CA Thanks I un checked the missing ref...then re checked it...works fine now...Thanks Upvote 0 Downvote
Feb 20, 2003 #10 Rick39 Programmer Joined May 11, 2001 Messages 426 Location US Might want to run some of your other routines (or just re compile all code) to verify that no other scripts were dependant on that reference. Upvote 0 Downvote
Might want to run some of your other routines (or just re compile all code) to verify that no other scripts were dependant on that reference.