exit Excel - VB fout 53

Pagina: 1
Acties:
  • 278 views sinds 30-01-2008
  • Reageer

  • Mephix
  • Registratie: Augustus 2001
  • Laatst online: 25-11-2025
Bij een klant krijg ik de volgende foutmelding bij het afsluiten van Excel 2000:

Microsoft Visual Basic
Fout 53 tijdens uitvoering:
Kan het bestand niet vinden

Vervolgens kan je alleen op "Beeindigen" of "Help" klikken ("Doorgaan" en "Foutopsporing" zijn grijs)

Dit treedt alleen op bij het afsluiten van Excel. Als je een excel-document opent en dit sluit krijg je bovenstaande melding niet, sluit je heel Excel vervolgens af, dan verschijnt de melding.

Opnieuw installeren van Office 2000 Std (volledig zonder snelzoeken) en SR1a mocht niet baten.

Verwijderd

Fixing Runtime error 53: objects not found

There are 3 ways to fix this problem:

1. Make sure that the vbxmim.dll is in same directory as your executable file. For example, put vbxmim.dll in the same directory as EXCEL.exe if you are creating an application with Excel.

2. Put the vbxmim.dll in a path which is always loaded. Example:
C:\WINNT\system32
C:\Windows\system

3. Put the vbxmim.dll in your environment path.

  • YorgoB
  • Registratie: Juni 2003
  • Laatst online: 04-09 21:57
Verwijderd schreef op 01 november 2001 @ 10:28:
Fixing Runtime error 53: objects not found

There are 3 ways to fix this problem:

1. Make sure that the vbxmim.dll is in same directory as your executable file. For example, put vbxmim.dll in the same directory as EXCEL.exe if you are creating an application with Excel.

2. Put the vbxmim.dll in a path which is always loaded. Example:
C:\WINNT\system32
C:\Windows\system

3. Put the vbxmim.dll in your environment path.
Ik heb ook dit probleem, maar vbxmim.dll komt niet op de laptop voor (XP). Heeft iemand hier nog een andere oplossing voor?