code won't run

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

Guest

I wrote some code in Excel 2003 but I can't get it to run in Excel 2000. The
real problem is that I don't know why. The current line of code is:

MsgBox "Some required information is missing." & Chr$(10) & "Please
ensure all entries are complete." & Chr$(10) & "This file has not been
saved.", vbCritical, "Missing Information"

It gives me an error at the Chr$ part. The error is


Compile Error: Can't find project or library


What is wrong?
 
In the VBIDE, go into Tools>References, and if there re any items marked as
MISSING, uncheck them.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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

Similar Threads


Back
Top