I have an Excel file which contains macros. It works just fine on WIndows NT. When I try to bring it up on XP, I get the error: "Compile error. Can't find project or library". The
VB editor is pointing to the CHR() function. If I comment out the line containing the CHR function, I get the same error on the LEFT() function. Basically Excel on XP does not recognize any of the
VB built-in functions. Does anyone know why this might be.
Another very strange thing is that I have another Excel file with macros which uses the LEFT function and it works on XP. What's going on?
On a side note, I didn't write these macros, I've inherited them.
Thanks for you help
Ken Denny