Error Message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am have a spreadsheed that uses macros to manipulate a matrix of text and
pictures. Until recently it was working fine. I use one matrix to
manipulate the data into the desired format. After I run this, nothing runs.
I get the message "Object library invalid or contains references to objects
that could not be found." There are no hints as to how to debug this. Any
help would be appreciated.
 
after the error, go to tools=>References in the VBE and see if you have a
reference marked as MISSING. If so, then this would be the cause of your
problem (it will need to be fixed). If not, what has changed since it was
last working.
 
No code, so I'm not sure what you are trying to do or what you mean by a
"matrix of text and pictures".
However, check the References in your project for any marked "MISSING".
Also, you can use the Object Browser to check the methods/objects etc
available in the libraries that you have referenced.

NickHK
 
Thank you for getting back. The macro now works. I am pretty sure that all
I did between failure and working was reboot the computer. The part of the
macro that appeared to be failing was associated with CheckBoxes. Any
further thoughts would be welcome.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top