Compile Error - VBA
Posted by Richie Turner on June 27, 2001 3:27 AM
I have an Excel application that runs fine on every machine (97 and 2000) in the office except two where I get a compile error "Can't find Project or Library"
It falls down on a cmd_OKclick event and the following line of code is highlighted:
response = MsgBox("You haven't completed all the fields." & vbNewLine & _
"Click OK to complete the form or Cancel to abort creating a new job.", vbExclamation + vbOKCancel, _
"Form not completed")
If it means there is a certain file missing from these two machines, anyone know how I go about finding out what file is missing.
be very grateful for any help
thanks
Richie