Re: Lcase$ Undefined after project import??

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Jim Deutch (103134.3516_at_compuserve.com)
Date: 01/25/05


Date: Tue, 25 Jan 2005 19:29:18 GMT

Check your References, make sure that you've got the four "usual"

Visual Basic for Applications (msvbvm60.dll)
Visual Basic runtime objects and procedures (msvbvm60.dll\3)
Visual Basic object and procedures (vb6.dll)
OLE Automation (stdole.tlb)

all checked. They should also be at the top of the list

Also, try

VBA.LCase$()

and see if that helps?

Jim Deutch

On Tue, 25 Jan 2005 18:40:31 GMT, Charles Krug
<cdkrug@worldnet.att.net> wrote:

>List:
>
>I've a new machine. I copied over my projects from my old machine.
>
>After copy, I had to fix a couple of references (for some reason, it
>thought it could find the CRX runtime on CDRom) which made some sort of
>odd sense.
>
>But when I hit "Run with Full Compile" (my habit) it flagged the LCase$ and
>Chr$ functions with:
>
>"Can't find project or library"
>
>Any thoughts as to what my difficulty might be? Is this a "Reinstall
>EVERYTHING" situation?
>
>Thanks
>
>
>Charles
>
>



Relevant Pages