Thread: code won't run
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Keith Keith is offline
external usenet poster
 
Posts: 262
Default code won't run

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?