Quote:
>a really strange error occurs to me. I'm working with VB 4.0. In my app
>there is a command like string = right$(string,integer). As I know
>(since I am a VB 5.0 programmer) this should work this way. But I get an
>errror! ("Project or library not found").
Somehow your project lost your
VBA reference -- you need to add it back to
the project. In VB5, the file is named VBA5.DLL and is found in the /VB
dir.
If need be, you could always start a new project and compare the references
to see which one exactly it is that is missing.
Hope this helps,
Doug.