Hello all,

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.
The only difference between the versions of the script is an implicit
instantiation of a variable CurCell.

Please help.

J.B.

RE: Compile Error can't find project or library by JB

JB
Thu Mar 27 17:02:01 PDT 2008

Hello all,

I've check 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.

JB

"J.B." wrote:

> Hello all,
>
> 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.
> The only difference between the versions of the script is an implicit
> instantiation of a variable CurCell.
>
> Please help.
>
> J.B.