View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
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 see if any items have MISSING in
the text. If so, unchcek them.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Corey" wrote in message
...
[B3].Select <==================== Error. Can't Find Project or Library
ActiveCell = Me.ComboBox1.Value


This was working before now it is not.

If a COPY WorkBook was made via a Macro, will the Macro's + Library +
Project etc refer to the COPY NOW, or
is there something i need to CHANGE to each copy?

CtM....