How do I figure out what I need to do....

  • Thread starter Thread starter Phillips
  • Start date Start date
P

Phillips

I had a system chrash and when I restored and then ran my worksheet, I get
errors when running the userform.

Here is the line that traps the error:

If Time < ActiveCell.Offset(0, 74) And Time < ActiveCell.Offset(0, 75)
Then

It appears that "Time" is not valid, but I am not sure what library was
linked that had this. This HAD worked on the previous system. I tried to
relink all that I had before...


For furture reference, is there a way to create a "check list" or an install
that will allow me to ensure that all refeences are included?

Help!!!

TIA
 
From VBA, Go to Tools | References.
Check to make sure nothing says "MISSING: "

You can also try to export the form, then read the content in Notepad to
give you a clue about what it was using.
 
Back
Top