View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Keith Keith is offline
external usenet poster
 
Posts: 262
Default Project or Library missing

I have a program that works fine on some of our laptops and not on others.
When the routine is run on the ones that don't work I get the message

Compile Error

Can't find project or library

The command line causing the problen reads:

str = Right(str, Len(str) -1)

The highlight is on the word Right.

When this happened in the past I was:

In the VBIDE, go into ToolsReferences, and if there re any items marked as
MISSING, uncheck them.

But this time there arent any marked as MISSING.

Anybody got any other ideas?