View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Can't find project or library

In the VBIDE, goto ToolsReferences, and uncheck the item that has MISSING
in the text.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"AnnapolisStar" wrote in message
...
I wrote an application on my laptop and brought it over to my desktop where
I
get the message "Can't find project or library" for all variables without
specific dim declarations and for the string function Right. The string
function InStr works ok.

When I simply copy the code module and insert it in a new workbook on my
desktop it works OK (in the new workbook).