G
Guest
A problem has occured today for no obvious reason with code which worked flawlessly until today. My code doesn't get compiled - the compiler halts at a line using the "Left" function with the message
Compile Error: Can't find project or library
But this library is VBA which is referred to by default and which is used quite happily by Excel2000 and VB6 which are also installed on my PC
The Object Browser give the following for "Left
Function Left(String, Length As Long
Member of VBA.String
Does anyone know why this library is not being read? It is checked under references, NOT marked as MISSING
Any help would be gratefully received
Thank
Andrew Walker
Compile Error: Can't find project or library
But this library is VBA which is referred to by default and which is used quite happily by Excel2000 and VB6 which are also installed on my PC
The Object Browser give the following for "Left
Function Left(String, Length As Long
Member of VBA.String
Does anyone know why this library is not being read? It is checked under references, NOT marked as MISSING
Any help would be gratefully received
Thank
Andrew Walker