View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
J.B. J.B. is offline
external usenet poster
 
Posts: 3
Default Compile Error: Can't find project or library

I'm troubleshooting a problem with Microsoft Excel VBA. The error is:
Compile Error can't find project or library.
It occurs in the VBA method CommandButton_ok_Click.
They are using version 2002 of Excel. This same error does not happen with
a different version of the script nor does it happen on Excel Version 2003.

I've checked the VBE's Tools-references option and the references menuItem
is
greyed out. What do I do now?

Thank you for your help in advance.