Re: Lcase$ Undefined after project import??
From: Jim Deutch (103134.3516_at_compuserve.com)
Date: 01/25/05
- Next message: Bonj: "Re: Problem with GetPrivateProfileString"
- Previous message: arargh501NOSPAM_at_NOW.AT.arargh.com: "Re: MsgBox hiding behind the form"
- In reply to: Charles Krug: "Lcase$ Undefined after project import??"
- Next in thread: Jeff Johnson [MVP: VB]: "Re: Lcase$ Undefined after project import??"
- Reply: Jeff Johnson [MVP: VB]: "Re: Lcase$ Undefined after project import??"
- Messages sorted by: [ date ] [ thread ]
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
>
>
- Next message: Bonj: "Re: Problem with GetPrivateProfileString"
- Previous message: arargh501NOSPAM_at_NOW.AT.arargh.com: "Re: MsgBox hiding behind the form"
- In reply to: Charles Krug: "Lcase$ Undefined after project import??"
- Next in thread: Jeff Johnson [MVP: VB]: "Re: Lcase$ Undefined after project import??"
- Reply: Jeff Johnson [MVP: VB]: "Re: Lcase$ Undefined after project import??"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|