Can't find project or Library error.

  • Thread starter Thread starter Grant
  • Start date Start date
G

Grant

Hi,

I have a strange error that I can't seem to resolve. What
does 'Can't find project or library' error mean? Followed
by showing my VBA and highlighting
the keyword 'Left' from the following code:
'If InStr(1, Left(sSQL, 5), "AND") Then
sSQL = Right(sSQL, Len(sSQL) - 5)
End If'

Thanks in advance for any help,

Grant.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top