Word 2000 Visual Basic Runtime Error 53; File not found:libscsa
Results 1 to 3 of 3

Thread: Word 2000 Visual Basic Runtime Error 53; File not found:libscsa

  1. #1
    Most Greaterlyist King Grover's Avatar
    Join Date
    Apr 2001
    Location
    12345 Sesame Street.
    Posts
    1,680

    Post Word 2000 Visual Basic Runtime Error 53; File not found:libscsa

    i get the error Visual Basic Runtime Error 53; File not found:libscsa

    when exiting word 2k. only word only when exitieng. has anyone ever seen this b4?

  2. #2
    Registered User
    Join Date
    Oct 2000
    Location
    Kansas City, MO
    Posts
    1,162

    Post

    Go get the latest VB runtime files. The first part of the file name is telling me that is part of a library of files. The file may be there, but normally dll's do integrity checking so there could be one or two that are actually missing.

  3. #3
    maverickhowell
    Guest

    Post

    Hi there,

    I've learnt over the years that Word was written to not produce VB errors from it's core code so as a result if you see one at any point it's normally due to the app having been customised by some form of macro template or document management system.

    Try this simple test...

    Start Word from Start: Run: by typing WINWORD(space)/a

    this bypasses Word startup where it loads COM add-ins and templates that contain any customised code. then close Word. if you still get the error it's most likely being caused by another app running in the background that is interfereing with the application exit preocess so simply close everything but Explorer from your task list and try again.

    I hope this helps

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •