compile error; can't find project or library

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wouter
    New Member
    • Oct 2007
    • 1

    compile error; can't find project or library

    Hello,

    Being a chemical engineering i'm only little acquainted with programming. However I made a made a excel program with macro's using VBA. This program is used a lot in our company. However when going from windows 2000 to windows 2003, it does not work anymore!!

    When running, it gives the error:

    Compile error; can't find project or library.


    Does someone know how to tackle this problem?

    Thanks in advance,

    Wouter
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    That might be because of misplaced .DLL files .

    try to registers all the .DLL and OCX files using REGSVR32 key.

    Comment

    • hariharanmca
      Top Contributor
      • Dec 2006
      • 1977

      #3
      Redirect the refrence path to the missing dll in VB refrence.

      Comment

      Working...