MS Visual Basic error

C

cmar

Whenever I try to enter a formula in cell, I get this MS Visual Basic
warning:
" Can't find project or library."

After I click "OK", I can enter the formula in the cell. How can I get rid
of this message?
Thanks, CMA
 
M

mrice

Sounds like you have a missing reference to a dll.

In the VBA editor, hit tools- references and see if any of the ticke
entries are labelled as missing.

Un-ticking these might just help
 
Top