Меню

Ошибка ввода вывода 53 excel

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

#1

09.08.2016 12:18:49

Всем еще раз здравствуйте!

Вопрос по той же теме почти, что и в предыдущей теме.
Имеется макрос поиска решения:

Код
Sub M_Resoudre()
'
' M_Resoudre Macro
'
On Error Resume Next
'ActiveSheet.Unprotect Password:=""
'
    SolverOk SetCell:="$AI$34", MaxMinVal:=3, ValueOf:=0, ByChange:="$AI$24:$AI$33", _
        Engine:=2, EngineDesc:="Simplex LP"
    SolverOk SetCell:="$AI$34", MaxMinVal:=3, ValueOf:=0, ByChange:="$AI$24:$AI$33", _
        Engine:=2, EngineDesc:="Simplex LP"
        
    SolverSolve UserFinish:=True
    On Error Resume Next
'ActiveSheet.Protect Password:=""

End Sub

Суть в том, что макрос не срабатывает. Все макросы включены, надстройки, библиотеки… А если пробую запустить вручную: данные — поиск решения — найти решение — выдает ошибку 53 Can’t find SOLVER32.dll
Читала, что этот сис.файл можно до установить. Но эта ошибка выходит не у всех за одним компьютером! Зайду я под своей учеткой с общего диска ошибки нет и все шикарно. Зайдет кто-то другой — уже есть ошибка. Компьютер тот же. Разные учетные записи. Эксель я так поняла не влияет, у меня и в 2016, и в 2013 может и не может выходить эта ошибка… В общем идей не осталось. Причин логичных, каких-либо зависимостей уже не вижу. Помогите, в чем проблема???

Заранее спасибо всем, кто откликнется

 

TheBestOfTheBest

Пользователь

Сообщений: 2340
Регистрация: 03.04.2015

Excel 2010 +PLEX +SaveToDB +PowerQuery

В надстройках надо включить «Поиск решения VBA»

Неизлечимых болезней нет, есть неизлечимые люди.

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

TheBestOfTheBest, спасибо большое! Пойду пробовать
А почему у некоторых надо, а у некоторых и без этого  работает?

Попробовала, нет такого поиска решения VBA… есть анализ данных VBA… И все та же ошибка(

Изменено: Honey09.08.2016 12:31:25

 

Влад

Пользователь

Сообщений: 1189
Регистрация: 24.12.2012

Значит, нужно установить из установочного пакета офиса.

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

Влад, но ведь работает у некоторых и без этого… Пробовала установить сам solver32.dll, как и писала выше, да работает, но стоит на этот же комп войти под другим именем — та же история с ошибкой.

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

Может дело в макросе? Может он сама по себе какой-то «больной»? :(

 

TheBestOfTheBest

Пользователь

Сообщений: 2340
Регистрация: 03.04.2015

Excel 2010 +PLEX +SaveToDB +PowerQuery

#7

09.08.2016 12:38:45

Могу помочь по TeamViewer.
Виноват, в редакторе макросов Alt+F11 — Меню-Tools-References — Solver ставим галочку.

Вот, что говорят люди:

Скрытый текст

Изменено: TheBestOfTheBest09.08.2016 13:02:38

Неизлечимых болезней нет, есть неизлечимые люди.

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

TheBestOfTheBest, и это тоже пробовали)))

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

На данный момент если добавить solver32.dll — все работает. Пока! Завтра буду еще тестить… Будут результаты отпишусь…
Но это не отвечает на главный вопрос! А в чем прикол-то? По какому критерию там работает, а тут нет…

 

TheBestOfTheBest

Пользователь

Сообщений: 2340
Регистрация: 03.04.2015

Excel 2010 +PLEX +SaveToDB +PowerQuery

Похоже у Вас на некоторых компьютерах «криво» установлен офис.

Неизлечимых болезней нет, есть неизлечимые люди.

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

#11

10.08.2016 05:44:20

Сегодня выяснилось кое-что новое. Есть такой же файл с другого филиала. Я его запросила для сравнения (ну если есть ошибка-выяснить где же) Кроме номеров строк, столбцов и других незначительных изменений все идентично. Но интересно то, что если две книги открыты параллельно — все работает и без солвера32. То есть словно мой файл запрашивает/ссылается на данные с другого файла (другого филиала) и найдя все решает. Пересмотрела снова макросы и условия в поиске решения. только ячейки разные используются. Остальное также…
TheBestOfTheBest, а может ли быть, что офис на компьютере у одного пользователя работает исправно, а зайдя на этот же компьютер под другим пользователем — уже ошибка?
Переписала макрос… Теперь он такой:

Код
Sub M_Resoudre()'
' M_Resoudre Macro'
    SolverOk SetCell:="$AJ$35", MaxMinVal:=3, ValueOf:=0, ByChange:="$AJ$24:$AJ$33" _
       , Engine:=2, EngineDesc:="Simplex LP"
    SolverOk SetCell:="$AJ$35", MaxMinVal:=3, ValueOf:=0, ByChange:="$AJ$24:$AJ$33" _
       , Engine:=2, EngineDesc:="Simplex LP"
    SolverSolve UserFinish:=True
End Sub

Ошибка 53 больше не появлялась. Теперь ошибка 453!

Прикрепленные файлы

  • compressed-coza.jpg (85.37 КБ)

Изменено: Honey10.08.2016 11:12:07

 

TheBestOfTheBest

Пользователь

Сообщений: 2340
Регистрация: 03.04.2015

Excel 2010 +PLEX +SaveToDB +PowerQuery

#12

10.08.2016 09:26:22

Ошибка то осталась, Solver32 вы ему подсунули, но видимо не от того офиса. От версии к версии эта надстройка очень существенно менялась. Вот теперь он не может найти точку входа.

Цитата
а может ли быть, что офис на компьютере у одного пользователя работает исправно, а зайдя на этот же компьютер под другим пользователем — уже ошибка?

Зависит от того как установлен офис. Обычно его ставят для всех пользователей компьютера, и для всех пользователей он одинаковый.

Еще такой вопрос, зачем в коде две одинаковые строки?

Неизлечимых болезней нет, есть неизлечимые люди.

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

TheBestOfTheBest, Вроде бы решилось… Переименовали солвер 32 на просто солвер и все… Правда теперь эксель после закрытия иногда запрашивает пароль от солвера какой-то. Мы его через диспетчер задач — снять задачу эксель  — убираем.
При записи макроса сразу так и было. Пробовала убрать, но тогда макрос работает некорректно.

 

TheBestOfTheBest

Пользователь

Сообщений: 2340
Регистрация: 03.04.2015

Excel 2010 +PLEX +SaveToDB +PowerQuery

Переустановите офис на компьютере и установите все обновления для него, полагаю проблема Ваша решится.

Неизлечимых болезней нет, есть неизлечимые люди.

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

#15

10.08.2016 10:03:06

TheBestOfTheBest, спасибо Вам большое!!! :)

Icon Ex Номер ошибки: Ошибка 53
Название ошибки: Excel Error 53
Описание ошибки: Ошибка 53: Возникла ошибка в приложении Microsoft Excel. Приложение будет закрыто. Приносим извинения за неудобства.
Разработчик: Microsoft Corporation
Программное обеспечение: Microsoft Excel
Относится к: Windows XP, Vista, 7, 8, 10, 11

«Excel Error 53» Введение

Эксперты обычно называют «Excel Error 53» «ошибкой времени выполнения». Программисты работают через различные уровни отладки, пытаясь убедиться, что Microsoft Excel как можно ближе к безошибочным. К сожалению, некоторые критические проблемы, такие как ошибка 53, часто могут быть упущены из виду.

Некоторые пользователи могут столкнуться с сообщением «Excel Error 53» при использовании Microsoft Excel. После возникновения ошибки 53 пользователь программного обеспечения имеет возможность сообщить разработчику об этой проблеме. Затем программисты могут исправить эти ошибки в коде и включить исправление, которое можно загрузить с их веб-сайта. Чтобы исправить любые документированные ошибки (например, ошибку 53) в системе, разработчик может использовать комплект обновления Microsoft Excel.

Что генерирует ошибку времени выполнения 53?

Сбой во время запуска Microsoft Excel или во время выполнения, как правило, когда вы столкнетесь с «Excel Error 53». Три распространенные причины, по которым ошибки во время выполнения, такие как всплывающее окно ошибки 53:

Ошибка 53 Crash — это типичная ошибка 53 во время выполнения, которая полностью аварийно завершает работу компьютера. Это возникает, когда Microsoft Excel не реагирует на ввод должным образом или не знает, какой вывод требуется взамен.

Утечка памяти «Excel Error 53» — если есть утечка памяти в Microsoft Excel, это может привести к тому, что ОС будет выглядеть вялой. Возможные искры включают сбой освобождения, который произошел в программе, отличной от C ++, когда поврежденный код сборки неправильно выполняет бесконечный цикл.

Ошибка 53 Logic Error — Логическая ошибка возникает, когда ПК производит неправильный вывод, даже когда пользователь вводит правильный вход. Это происходит, когда исходный код Microsoft Corporation вызывает недостаток в обработке информации.

Microsoft Corporation проблемы с Excel Error 53 чаще всего связаны с повреждением или отсутствием файла Microsoft Excel. Как правило, решить проблему можно заменой файла Microsoft Corporation. Более того, поддержание чистоты реестра и его оптимизация позволит предотвратить указание неверного пути к файлу (например Excel Error 53) и ссылок на расширения файлов. По этой причине мы рекомендуем регулярно выполнять очистку сканирования реестра.

Типичные ошибки Excel Error 53

Усложнения Microsoft Excel с Excel Error 53 состоят из:

  • «Ошибка в приложении: Excel Error 53»
  • «Excel Error 53 не является приложением Win32.»
  • «Возникла ошибка в приложении Excel Error 53. Приложение будет закрыто. Приносим извинения за неудобства.»
  • «К сожалению, мы не можем найти Excel Error 53. «
  • «Excel Error 53 не может быть найден. «
  • «Ошибка запуска программы: Excel Error 53.»
  • «Не удается запустить Excel Error 53. «
  • «Excel Error 53 остановлен. «
  • «Неверный путь к программе: Excel Error 53. «

Ошибки Excel Error 53 EXE возникают во время установки Microsoft Excel, при запуске приложений, связанных с Excel Error 53 (Microsoft Excel), во время запуска или завершения работы или во время установки ОС Windows. Важно отметить, когда возникают проблемы Excel Error 53, так как это помогает устранять проблемы Microsoft Excel (и сообщать в Microsoft Corporation).

Эпицентры Excel Error 53 Головные боли

Эти проблемы Excel Error 53 создаются отсутствующими или поврежденными файлами Excel Error 53, недопустимыми записями реестра Microsoft Excel или вредоносным программным обеспечением.

В частности, проблемы Excel Error 53 возникают через:

  • Поврежденная или недопустимая запись реестра Excel Error 53.
  • Вирус или вредоносное ПО, которые повредили файл Excel Error 53 или связанные с Microsoft Excel программные файлы.
  • Excel Error 53 ошибочно удален или злонамеренно программным обеспечением, не связанным с приложением Microsoft Excel.
  • Другая программа, конфликтующая с Excel Error 53 или другой общей ссылкой Microsoft Excel.
  • Поврежденная установка или загрузка Microsoft Excel (Excel Error 53).

Продукт Solvusoft

Загрузка
WinThruster 2022 — Проверьте свой компьютер на наличие ошибок.

Совместима с Windows 2000, XP, Vista, 7, 8, 10 и 11

Установить необязательные продукты — WinThruster (Solvusoft) | Лицензия | Политика защиты личных сведений | Условия | Удаление

Файл не найден в указанном расположении. Эта ошибка имеет следующие причины и способы решения:

Один из операторов, например Kill, Name или Open, ссылается на несуществующий файл. Проверьте, правильно ли указаны имя файла и путь.

Совершена попытка вызова процедуры из динамической библиотеки (DLL), однако имя файла библиотеки или ресурса в предложении Lib оператора Declare не найдено.

Проверьте, правильно ли указаны имя файла и путь.

В среде разработки эта ошибка возникает при попытке открыть несуществующий проект или загрузить несуществующий текстовый файл.

Проверьте, правильно ли указаны имя файла и путь.

Для получения дополнительной информации выберите необходимый элемент и нажмите клавишу F1 (для Windows) или HELP (для Macintosh).

Поддержка и обратная связь

Есть вопросы или отзывы, касающиеся Office VBA или этой статьи? Руководство по другим способам получения поддержки и отправки отзывов см. в статье Поддержка Office VBA и обратная связь.

Excel VBA — Run-time error ’53’: File not found. But file was found

I have an Excel sheet that pulls data from a folder full of .txt documents. Last week Friday, it worked. Nothing changed. This week Monday, I get a Run-time error ’53’: File not found.

What’s interesting, is that when I click «Debug» it highlights a line in my code, and when I mouse over the ‘sFile’ variable, it tells me the name of the file that it apparently can’t find. but it could only know the name of it if it found it. And yes, I’ve verified, that file does exist.

The Excel sheet is in H:My DocumentsLoma CW3 Reports

The data .txt files are in H:My DocumentsLoma CW3 ReportsProduct Statistics

The first 3 files that it should be pulling are:

Like mentioned above, when I’m debugging the code and mouse-over «sFile» in the line «Open sFile For Input As #1», it tells me:

Which it could only know if it was successfully scanning the folder since I don’t hardcode any of those file names in.

I have tried removing that file, renaming the file to a word like ‘apple’, checked to see if it became read-only (nope). I’m thrown for a loop here, because it worked as is last week, and nothing changed from when I opened it up this week and tried it.

Как исправить время выполнения Ошибка 53 Ошибка Microsoft Word 53

В этой статье представлена ошибка с номером Ошибка 53, известная как Ошибка Microsoft Word 53, описанная как Ошибка выполнения.

Информация об ошибке

Имя ошибки: Ошибка Microsoft Word 53
Номер ошибки: Ошибка 53
Описание: Ошибка выполнения.
Программное обеспечение: Microsoft Word
Разработчик: Microsoft

Этот инструмент исправления может устранить такие распространенные компьютерные ошибки, как BSODs, зависание системы и сбои. Он может заменить отсутствующие файлы операционной системы и библиотеки DLL, удалить вредоносное ПО и устранить вызванные им повреждения, а также оптимизировать ваш компьютер для максимальной производительности.

О программе Runtime Ошибка 53

Время выполнения Ошибка 53 происходит, когда Microsoft Word дает сбой или падает во время запуска, отсюда и название. Это не обязательно означает, что код был каким-то образом поврежден, просто он не сработал во время выполнения. Такая ошибка появляется на экране в виде раздражающего уведомления, если ее не устранить. Вот симптомы, причины и способы устранения проблемы.

Определения (Бета)

Здесь мы приводим некоторые определения слов, содержащихся в вашей ошибке, в попытке помочь вам понять вашу проблему. Эта работа продолжается, поэтому иногда мы можем неправильно определить слово, так что не стесняйтесь пропустить этот раздел!

  • Время выполнения — время выполнения — это время, в течение которого программа работает, выполняя
  • Ошибка выполнения — ошибка выполнения обнаруживается после или во время выполнения программы.
  • Microsoft word — по вопросам программирования, связанным с редактором Microsoft Word
Симптомы Ошибка 53 — Ошибка Microsoft Word 53

Ошибки времени выполнения происходят без предупреждения. Сообщение об ошибке может появиться на экране при любом запуске %программы%. Фактически, сообщение об ошибке или другое диалоговое окно может появляться снова и снова, если не принять меры на ранней стадии.

Возможны случаи удаления файлов или появления новых файлов. Хотя этот симптом в основном связан с заражением вирусом, его можно отнести к симптомам ошибки времени выполнения, поскольку заражение вирусом является одной из причин ошибки времени выполнения. Пользователь также может столкнуться с внезапным падением скорости интернет-соединения, но, опять же, это не всегда так.

Fix Ошибка Microsoft Word 53 (Error Ошибка 53)

(Только для примера)

Причины Ошибка Microsoft Word 53 — Ошибка 53

При разработке программного обеспечения программисты составляют код, предвидя возникновение ошибок. Однако идеальных проектов не бывает, поскольку ошибки можно ожидать даже при самом лучшем дизайне программы. Глюки могут произойти во время выполнения программы, если определенная ошибка не была обнаружена и устранена во время проектирования и тестирования.

Ошибки во время выполнения обычно вызваны несовместимостью программ, запущенных в одно и то же время. Они также могут возникать из-за проблем с памятью, плохого графического драйвера или заражения вирусом. Каким бы ни был случай, проблему необходимо решить немедленно, чтобы избежать дальнейших проблем. Ниже приведены способы устранения ошибки.

Методы исправления

Ошибки времени выполнения могут быть раздражающими и постоянными, но это не совсем безнадежно, существует возможность ремонта. Вот способы сделать это.

Если метод ремонта вам подошел, пожалуйста, нажмите кнопку upvote слева от ответа, это позволит другим пользователям узнать, какой метод ремонта на данный момент работает лучше всего.

Applies to: Fix Word Runtime error 53 in Microsoft Office 365/2019/2016/2013 and lower versions in Windows 10/8/7.

Is Windows popping up an error message, telling «Runtime error 53: File not found» when you trying to open or start a Word file on a computer?

Relax! On this page, we’ll explain the symptoms, and causes and guide you to fix Runtime error 53 with reliable Microsoft and EaseUS solutions in Microsoft Word 365/2019/2016/2013 and even lower editions.

Follow the complete guide here to get rid of «Runtime error in Word» on your own now:

Overview of Word Runtime Error 53 

Error name: Microsoft Word Runtime Error 53

Symptoms: The Runtime error happens anytime. Mostly, when you run Microsoft Word, it will pop up an error message, notifying «Runtime error ’53’: File not found (***.dll)» on a popup window.

Word Runtime error 53

Causes of Runtime Error 53 in Microsoft Word

Run-time error 53 is caused by missing Windows components. It could occur for following reasons:

  • The program is attempting to use a dynamic link library.
  • The .dll or file has been deleted.
  • The program is not installed properly.

So how to fix this error in Word? Follow the steps as shown below to make your Word file work again.

You Can’t-Miss: Word Runtime Error Repair Software

Note that if your Word application pops up ‘Runtime error» with a specific error code, like error 53, 91, 4248, 4605, 5941, etc., while trying to open or start a Word file, a straight result of this error is that your Word file is missing, inaccessible, or turns into unreadable.

So before you start the process of fixing a specific Run-Time error in Word files, you may try EaseUS Word runtime error EaseUS Data Recovery Wizard.

EaseUS Toolkit for File Repair

  • Repair a corrupted DOCX Word file, Excel, PDF, PowerPoint, etc.
  • Repairs Word (.doc and .docx) files with original formatting
  • Recover and repair lost, corrupted, or inaccessible Word from Runtime error
  • Repairs PowerPoint (.ppt/.pptx/.pptm) files easily and quickly

Follow to see how to repair and restore your Word files from the Runtime errors now:

Step 1. Launch EaseUS Data Recovery Wizard, and then scan disk with corrupted documents. This software enables you to fix damaged Word, Excel, PPT, and PDF files in same steps. 

select the disk with corrupted documents

Step 2. EaseUS data recovery and repair tool will scan for all lost and corrupted files. You can find the target files by file type or type the file name in the search box. 

find corrupted documents

Step 3. EaseUS Data Recovery Wizard can repair your damaged documents automatically. After file preview, you can click «Recover» to save the repaired Word, Excel, and PDF document files to a safe location.

repair corrrupt documents

Microsoft Solutions: 5 Tips to Fix Word Runtime Error 53

The following tips are collected from the Microsoft support community and geek sites. Try them one by one and when the problem gets resolved, you may stop.

Tip 1. Find Missing File and Save to Its Original Location

  • Run Search and type the missing file name.
  • Open file location and copy the missing file, such as a ***.dll file.
  • If nothing shows up, it could be deleted or lost. Turn to EaseUS data repair software as shown above to find the missing file or folder.
  • Copy and paste the file in C:/Windows/System32.
  • Restart PC.

If the problem still exists when you open a Word file, continue with the next steps.

Tip 2. Close Conflicting Programs

  • Press Ctrl + Alt + Del keys to open Task Manager.
  • Go to the Processes tab, select programs one by one, and click «End Task».
  • Check if the error message persists each time you stop a process.
  • When the error disappears, find the program that is causing the error, and move to Step 2.

End taks of conflicting programs that causes Word runtime error 53

Tip 3. Update or Reinstall Conflicting Programs

  • Type control panel in Windows search box and click to open Control Panel.
  • Click «Uninstall a program» and select the problematic program.
  • Or go to the Programs and Features section, click the problematic program, and click «Update» or «Uninstall».
  • Follow the onscreen guide to update or reinstall the problematic program that caused Runtime Error 53.

Uninstall programs or update programs that caused Word file runtime error 53

Tip 4. Reinstall Runtime Libraries

  • Go to Programs and Features in Windows 10, find and right-click on the Microsoft Visual C++ Redistributable Package.
  • Click «Uninstall» and reboot your computer after this.
  • Download and reinstall it on your computer.

Reinstall Runtime libraries

Tip 5. Reinstall Graphics Driver

  • Open Device Manager, locate the graphics driver.
  • Right-click the video card driver and select «Uninstall».
  • Restart your computer, Windows will automatically download and install the driver.

Update graphic drive driver

Word with Run-Time 53 Error Is Fixable, Get Back Your File Now

On this page, we explained what is Word Runtime Error 53 and the causes that make your Word file malfunction on Windows PC. Note that the Word file which is currently unopenable with 53 error messages is fixable. 

Here is the editor’s suggestion on what to do with the Word files Runtime error 53:

  • If the Word folder or drive is inaccessible, use EaseUS Word file repair software to repair the files first.
  • If the file folder is accessible, but the Word file shows Run-Time error 53, stop using the file.
  • Turn to the Microsoft solutions and or the fixes on this page to get rid of this error in time.
  • Last, it’s also useful to create a backup of important Word documents regularly.

Applies to: Fix Word Runtime error 53 in Microsoft Office 365/2019/2016/2013 and lower versions in Windows 10/8/7.

Is Windows popping up an error message, telling «Runtime error 53: File not found» when you trying to open or start a Word file on a computer?

Relax! On this page, we’ll explain the symptoms, and causes and guide you to fix Runtime error 53 with reliable Microsoft and EaseUS solutions in Microsoft Word 365/2019/2016/2013 and even lower editions.

Follow the complete guide here to get rid of «Runtime error in Word» on your own now:

Overview of Word Runtime Error 53 

Error name: Microsoft Word Runtime Error 53

Symptoms: The Runtime error happens anytime. Mostly, when you run Microsoft Word, it will pop up an error message, notifying «Runtime error ’53’: File not found (***.dll)» on a popup window.

Word Runtime error 53

Causes of Runtime Error 53 in Microsoft Word

Run-time error 53 is caused by missing Windows components. It could occur for following reasons:

  • The program is attempting to use a dynamic link library.
  • The .dll or file has been deleted.
  • The program is not installed properly.

So how to fix this error in Word? Follow the steps as shown below to make your Word file work again.

You Can’t-Miss: Word Runtime Error Repair Software

Note that if your Word application pops up ‘Runtime error» with a specific error code, like error 53, 91, 4248, 4605, 5941, etc., while trying to open or start a Word file, a straight result of this error is that your Word file is missing, inaccessible, or turns into unreadable.

So before you start the process of fixing a specific Run-Time error in Word files, you may try EaseUS Word runtime error EaseUS Data Recovery Wizard.

EaseUS Toolkit for File Repair

  • Repair a corrupted DOCX Word file, Excel, PDF, PowerPoint, etc.
  • Repairs Word (.doc and .docx) files with original formatting
  • Recover and repair lost, corrupted, or inaccessible Word from Runtime error
  • Repairs PowerPoint (.ppt/.pptx/.pptm) files easily and quickly

Follow to see how to repair and restore your Word files from the Runtime errors now:

Step 1. Launch EaseUS Data Recovery Wizard, and then scan disk with corrupted documents. This software enables you to fix damaged Word, Excel, PPT, and PDF files in same steps. 

select the disk with corrupted documents

Step 2. EaseUS data recovery and repair tool will scan for all lost and corrupted files. You can find the target files by file type or type the file name in the search box. 

find corrupted documents

Step 3. EaseUS Data Recovery Wizard can repair your damaged documents automatically. After file preview, you can click «Recover» to save the repaired Word, Excel, and PDF document files to a safe location.

repair corrrupt documents

Microsoft Solutions: 5 Tips to Fix Word Runtime Error 53

The following tips are collected from the Microsoft support community and geek sites. Try them one by one and when the problem gets resolved, you may stop.

Tip 1. Find Missing File and Save to Its Original Location

  • Run Search and type the missing file name.
  • Open file location and copy the missing file, such as a ***.dll file.
  • If nothing shows up, it could be deleted or lost. Turn to EaseUS data repair software as shown above to find the missing file or folder.
  • Copy and paste the file in C:/Windows/System32.
  • Restart PC.

If the problem still exists when you open a Word file, continue with the next steps.

Tip 2. Close Conflicting Programs

  • Press Ctrl + Alt + Del keys to open Task Manager.
  • Go to the Processes tab, select programs one by one, and click «End Task».
  • Check if the error message persists each time you stop a process.
  • When the error disappears, find the program that is causing the error, and move to Step 2.

End taks of conflicting programs that causes Word runtime error 53

Tip 3. Update or Reinstall Conflicting Programs

  • Type control panel in Windows search box and click to open Control Panel.
  • Click «Uninstall a program» and select the problematic program.
  • Or go to the Programs and Features section, click the problematic program, and click «Update» or «Uninstall».
  • Follow the onscreen guide to update or reinstall the problematic program that caused Runtime Error 53.

Uninstall programs or update programs that caused Word file runtime error 53

Tip 4. Reinstall Runtime Libraries

  • Go to Programs and Features in Windows 10, find and right-click on the Microsoft Visual C++ Redistributable Package.
  • Click «Uninstall» and reboot your computer after this.
  • Download and reinstall it on your computer.

Reinstall Runtime libraries

Tip 5. Reinstall Graphics Driver

  • Open Device Manager, locate the graphics driver.
  • Right-click the video card driver and select «Uninstall».
  • Restart your computer, Windows will automatically download and install the driver.

Update graphic drive driver

Word with Run-Time 53 Error Is Fixable, Get Back Your File Now

On this page, we explained what is Word Runtime Error 53 and the causes that make your Word file malfunction on Windows PC. Note that the Word file which is currently unopenable with 53 error messages is fixable. 

Here is the editor’s suggestion on what to do with the Word files Runtime error 53:

  • If the Word folder or drive is inaccessible, use EaseUS Word file repair software to repair the files first.
  • If the file folder is accessible, but the Word file shows Run-Time error 53, stop using the file.
  • Turn to the Microsoft solutions and or the fixes on this page to get rid of this error in time.
  • Last, it’s also useful to create a backup of important Word documents regularly.

Содержание

  1. Getting Word Runtime Error 53? Here Is How to Fix Run-Time Error
  2. Overview of Word Runtime Error 53
  3. You Can’t-Miss: Word Runtime Error Repair Software
  4. EaseUS Toolkit for File Repair
  5. Microsoft Solutions: 5 Tips to Fix Word Runtime Error 53
  6. Tip 1. Find Missing File and Save to Its Original Location
  7. Tip 2. Close Conflicting Programs
  8. Tip 3. Update or Reinstall Conflicting Programs
  9. Tip 4. Reinstall Runtime Libraries
  10. Tip 5. Reinstall Graphics Driver
  11. Word with Run-Time 53 Error Is Fixable, Get Back Your File Now
  12. Как исправить время выполнения Ошибка 53 Ошибка Microsoft Word 53
  13. Как исправить время выполнения Ошибка 53 Ошибка Excel 53

Getting Word Runtime Error 53? Here Is How to Fix Run-Time Error

Don’t worry if the ‘Runtime Error’occurs when you open or start a Word file in Microsoft Office 2019/2017/2013 and lower editions. Here, you’ll get a complete guide to fix the Word Runtime error 53 on your own. Also, you can turn to EaseUS Word repair software to recover and repair unopenable, inaccessible, or unreadable Word files immediately.

Applies to: Fix Word Runtime error 53 in Microsoft Office 365/2019/2016/2013 and lower versions in Windows 10/8/7.

Is Windows popping up an error message, telling «Runtime error 53: File not found» when you trying to open or start a Word file on a computer?

Relax! On this page, we’ll explain the symptoms, and causes and guide you to fix Runtime error 53 with reliable Microsoft and EaseUS solutions in Microsoft Word 365/2019/2016/2013 and even lower editions.

Follow the complete guide here to get rid of «Runtime error in Word» on your own now:

Overview of Word Runtime Error 53

Error name: Microsoft Word Runtime Error 53

Symptoms: The Runtime error happens anytime. Mostly, when you run Microsoft Word, it will pop up an error message, notifying «Runtime error ’53’: File not found (***.dll)» on a popup window.

Causes of Runtime Error 53 in Microsoft Word

Run-time error 53 is caused by missing Windows components. It could occur for following reasons:

  • The program is attempting to use a dynamic link library.
  • The .dll or file has been deleted.
  • The program is not installed properly.

So how to fix this error in Word? Follow the steps as shown below to make your Word file work again.

You Can’t-Miss: Word Runtime Error Repair Software

Note that if your Word application pops up ‘Runtime error» with a specific error code, like error 53, 91, 4248, 4605, 5941, etc., while trying to open or start a Word file, a straight result of this error is that your Word file is missing, inaccessible, or turns into unreadable.

So before you start the process of fixing a specific Run-Time error in Word files, you may try EaseUS Word runtime error EaseUS Data Recovery Wizard.

EaseUS Toolkit for File Repair

  • Repair a corrupted DOCX Word file, Excel, PDF, PowerPoint, etc.
  • Repairs Word (.doc and .docx) files with original formatting
  • Recover and repair lost, corrupted, or inaccessible Word from Runtime error
  • Repairs PowerPoint (.ppt/.pptx/.pptm) files easily and quickly

Follow to see how to repair and restore your Word files from the Runtime errors now:

Step 1. Launch EaseUS Data Recovery Wizard, and then scan disk with corrupted documents. This software enables you to fix damaged Word, Excel, PPT, and PDF files in same steps.

Step 2. EaseUS data recovery and repair tool will scan for all lost and corrupted files. You can find the target files by file type or type the file name in the search box.

Step 3. EaseUS Data Recovery Wizard can repair your damaged documents automatically. After file preview, you can click «Recover» to save the repaired Word, Excel, and PDF document files to a safe location.

Microsoft Solutions: 5 Tips to Fix Word Runtime Error 53

The following tips are collected from the Microsoft support community and geek sites. Try them one by one and when the problem gets resolved, you may stop.

Tip 1. Find Missing File and Save to Its Original Location

  • Run Search and type the missing file name.
  • Open file location and copy the missing file, such as a ***.dll file.
  • If nothing shows up, it could be deleted or lost. Turn to EaseUS data repair software as shown above to find the missing file or folder.
  • Copy and paste the file in C:/Windows/System32.
  • Restart PC.

If the problem still exists when you open a Word file, continue with the next steps.

Tip 2. Close Conflicting Programs

  • Press Ctrl + Alt + Del keys to open Task Manager.
  • Go to the Processes tab, select programs one by one, and click «End Task».
  • Check if the error message persists each time you stop a process.
  • When the error disappears, find the program that is causing the error, and move to Step 2.

Tip 3. Update or Reinstall Conflicting Programs

  • Type control panel in Windows search box and click to open Control Panel.
  • Click «Uninstall a program» and select the problematic program.
  • Or go to the Programs and Features section, click the problematic program, and click «Update» or «Uninstall».
  • Follow the onscreen guide to update or reinstall the problematic program that caused Runtime Error 53.

Tip 4. Reinstall Runtime Libraries

  • Go to Programs and Features in Windows 10, find and right-click on the Microsoft Visual C++ Redistributable Package.
  • Click «Uninstall» and reboot your computer after this.
  • Download and reinstall it on your computer.

Tip 5. Reinstall Graphics Driver

  • Open Device Manager, locate the graphics driver.
  • Right-click the video card driver and select «Uninstall».
  • Restart your computer, Windows will automatically download and install the driver.

Word with Run-Time 53 Error Is Fixable, Get Back Your File Now

On this page, we explained what is Word Runtime Error 53 and the causes that make your Word file malfunction on Windows PC. Note that the Word file which is currently unopenable with 53 error messages is fixable.

Here is the editor’s suggestion on what to do with the Word files Runtime error 53:

  • If the Word folder or drive is inaccessible, use EaseUS Word file repair software to repair the files first.
  • If the file folder is accessible, but the Word file shows Run-Time error 53, stop using the file.
  • Turn to the Microsoft solutions and or the fixes on this page to get rid of this error in time.
  • Last, it’s also useful to create a backup of important Word documents regularly.

Was This Page Helpful?

Cedric Grantham is one of the senior editors of EaseUS who lives and works in Chengdu, China. He mainly writes articles about data recovery tutorials on PC and Mac and how-to tips for partition management. He always keeps an eye on new releases and loves various electronic products.

Evan Galasso is a digital forensics and data recovery engineer with over 10 years of experience in the field. He presents opinions on the current state of storage media, reverse engineering of storage systems and firmware, and electro-mechanical systems of SSDs and HDDs.

Источник

Как исправить время выполнения Ошибка 53 Ошибка Microsoft Word 53

В этой статье представлена ошибка с номером Ошибка 53, известная как Ошибка Microsoft Word 53, описанная как Ошибка выполнения.

Информация об ошибке

Имя ошибки: Ошибка Microsoft Word 53
Номер ошибки: Ошибка 53
Описание: Ошибка выполнения.
Программное обеспечение: Microsoft Word
Разработчик: Microsoft

Этот инструмент исправления может устранить такие распространенные компьютерные ошибки, как BSODs, зависание системы и сбои. Он может заменить отсутствующие файлы операционной системы и библиотеки DLL, удалить вредоносное ПО и устранить вызванные им повреждения, а также оптимизировать ваш компьютер для максимальной производительности.

О программе Runtime Ошибка 53

Время выполнения Ошибка 53 происходит, когда Microsoft Word дает сбой или падает во время запуска, отсюда и название. Это не обязательно означает, что код был каким-то образом поврежден, просто он не сработал во время выполнения. Такая ошибка появляется на экране в виде раздражающего уведомления, если ее не устранить. Вот симптомы, причины и способы устранения проблемы.

Определения (Бета)

Здесь мы приводим некоторые определения слов, содержащихся в вашей ошибке, в попытке помочь вам понять вашу проблему. Эта работа продолжается, поэтому иногда мы можем неправильно определить слово, так что не стесняйтесь пропустить этот раздел!

  • Время выполнения — время выполнения — это время, в течение которого программа работает, выполняя
  • Ошибка выполнения — ошибка выполнения обнаруживается после или во время выполнения программы.
  • Microsoft word — по вопросам программирования, связанным с редактором Microsoft Word
Симптомы Ошибка 53 — Ошибка Microsoft Word 53

Ошибки времени выполнения происходят без предупреждения. Сообщение об ошибке может появиться на экране при любом запуске %программы%. Фактически, сообщение об ошибке или другое диалоговое окно может появляться снова и снова, если не принять меры на ранней стадии.

Возможны случаи удаления файлов или появления новых файлов. Хотя этот симптом в основном связан с заражением вирусом, его можно отнести к симптомам ошибки времени выполнения, поскольку заражение вирусом является одной из причин ошибки времени выполнения. Пользователь также может столкнуться с внезапным падением скорости интернет-соединения, но, опять же, это не всегда так.

(Ошибка Microsoft Word 53) Repair Tool»/>
(Только для примера)

Причины Ошибка Microsoft Word 53 — Ошибка 53

При разработке программного обеспечения программисты составляют код, предвидя возникновение ошибок. Однако идеальных проектов не бывает, поскольку ошибки можно ожидать даже при самом лучшем дизайне программы. Глюки могут произойти во время выполнения программы, если определенная ошибка не была обнаружена и устранена во время проектирования и тестирования.

Ошибки во время выполнения обычно вызваны несовместимостью программ, запущенных в одно и то же время. Они также могут возникать из-за проблем с памятью, плохого графического драйвера или заражения вирусом. Каким бы ни был случай, проблему необходимо решить немедленно, чтобы избежать дальнейших проблем. Ниже приведены способы устранения ошибки.

Методы исправления

Ошибки времени выполнения могут быть раздражающими и постоянными, но это не совсем безнадежно, существует возможность ремонта. Вот способы сделать это.

Если метод ремонта вам подошел, пожалуйста, нажмите кнопку upvote слева от ответа, это позволит другим пользователям узнать, какой метод ремонта на данный момент работает лучше всего.

Источник

Как исправить время выполнения Ошибка 53 Ошибка Excel 53

В этой статье представлена ошибка с номером Ошибка 53, известная как Ошибка Excel 53, описанная как Ошибка 53: Возникла ошибка в приложении Microsoft Excel. Приложение будет закрыто. Приносим свои извинения за неудобства.

Информация об ошибке

Имя ошибки: Ошибка Excel 53
Номер ошибки: Ошибка 53
Описание: Ошибка 53: Возникла ошибка в приложении Microsoft Excel. Приложение будет закрыто. Приносим свои извинения за неудобства.
Программное обеспечение: Microsoft Excel
Разработчик: Microsoft

Этот инструмент исправления может устранить такие распространенные компьютерные ошибки, как BSODs, зависание системы и сбои. Он может заменить отсутствующие файлы операционной системы и библиотеки DLL, удалить вредоносное ПО и устранить вызванные им повреждения, а также оптимизировать ваш компьютер для максимальной производительности.

О программе Runtime Ошибка 53

Время выполнения Ошибка 53 происходит, когда Microsoft Excel дает сбой или падает во время запуска, отсюда и название. Это не обязательно означает, что код был каким-то образом поврежден, просто он не сработал во время выполнения. Такая ошибка появляется на экране в виде раздражающего уведомления, если ее не устранить. Вот симптомы, причины и способы устранения проблемы.

Определения (Бета)

Здесь мы приводим некоторые определения слов, содержащихся в вашей ошибке, в попытке помочь вам понять вашу проблему. Эта работа продолжается, поэтому иногда мы можем неправильно определить слово, так что не стесняйтесь пропустить этот раздел!

  • Excel — только для вопросов по программированию с объектами или файлами Excel или по разработке сложных формул.
Симптомы Ошибка 53 — Ошибка Excel 53

Ошибки времени выполнения происходят без предупреждения. Сообщение об ошибке может появиться на экране при любом запуске %программы%. Фактически, сообщение об ошибке или другое диалоговое окно может появляться снова и снова, если не принять меры на ранней стадии.

Возможны случаи удаления файлов или появления новых файлов. Хотя этот симптом в основном связан с заражением вирусом, его можно отнести к симптомам ошибки времени выполнения, поскольку заражение вирусом является одной из причин ошибки времени выполнения. Пользователь также может столкнуться с внезапным падением скорости интернет-соединения, но, опять же, это не всегда так.

(Ошибка Excel 53) Repair Tool»/>
(Только для примера)

Причины Ошибка Excel 53 — Ошибка 53

При разработке программного обеспечения программисты составляют код, предвидя возникновение ошибок. Однако идеальных проектов не бывает, поскольку ошибки можно ожидать даже при самом лучшем дизайне программы. Глюки могут произойти во время выполнения программы, если определенная ошибка не была обнаружена и устранена во время проектирования и тестирования.

Ошибки во время выполнения обычно вызваны несовместимостью программ, запущенных в одно и то же время. Они также могут возникать из-за проблем с памятью, плохого графического драйвера или заражения вирусом. Каким бы ни был случай, проблему необходимо решить немедленно, чтобы избежать дальнейших проблем. Ниже приведены способы устранения ошибки.

Методы исправления

Ошибки времени выполнения могут быть раздражающими и постоянными, но это не совсем безнадежно, существует возможность ремонта. Вот способы сделать это.

Если метод ремонта вам подошел, пожалуйста, нажмите кнопку upvote слева от ответа, это позволит другим пользователям узнать, какой метод ремонта на данный момент работает лучше всего.

Источник

  • #1

Hello everybody,

I am currently running an excel file in which I have created an order form that people can fill out with their information and the products that they would like to order. I am using a VBA code (please let me know in the comments if you want me to attach the entire code) attached to a macro I named «Submit Order» which converts the excel file to a PDF file and sends it by email to me. Following this, Excel (Microsoft Visual Basic) should provide me with a message saying «Your order has been submitted by email. Thank you.».

However, I recently sent this file to a friend, who renamed the file name from «Order form» to «Order form for xxx goods — department number». After this, he uploaded the file to our shared file database in Microsoft teams and when I downloaded it (please note that he has made no changes whatsoever to the file except for changing its name) and tried to run the macro it provided me with the following error:

1596523015598.png

Now, for some strange reason, the excel file actually still sends out the email despite the visual basic error.

When I try to debug the file I get the following information:

1596523068376.png

With a closer look my note «Kill strPath» links me to our sharepoint location for some reason:

Error snip 3 coding with file link.PNG

My own file looks like this with no error at all and no link at the «Kill strPath»:

1596524604552.png

Finally, when the error email that I sent out when I clicked on the macro in my friends file also renamed his file to «Order%20Form» for some reason and not what he had changed the name to.

1596524534741.png

Does anybody have any idea how I can fix this? Especially so the right message is shown after clicking on the macro in my excel file.

I realize that this is quote cloudy, so please if you have any questions, want further information or anything similar, do not hesitate to ask me! :)

Whoever has read all of this, thank you so extremely much for your time! I would be thrilled to get some assistance in this matter.

Best regards,
David

  • 1596523083129.png

    1596523083129.png

    8.4 KB

    · Views: 63

Since I installed Big Sur, I have run into this problem every time I open a document using Word or a worksheet using Excel or a slide show in PowerPoint:

Run-time error '53':
 
File not found: Library/Application
Support/Adobe/MACPDFM/MacPDFM.framework/Versions/A/MacPDFM

Run-time error 53

This is very annoying, as I have to dismiss this window up to four times in a row every time I open a document on these Microsoft Office applications. I searched everywhere, including the official Microsoft website, macOS tip websites, but the information was incomplete, obsolete and did not offer a practical solution.

Does anyone know how to fix this really annoying problem?

Allan's user avatar

Allan

86k27 gold badges165 silver badges371 bronze badges

asked Nov 26, 2020 at 11:28

jvarela's user avatar

After looking really hard for a solution, I finally found in a very obscure page the answer, which is quite simple and works with the latest Microsoft Word on Big Sur:

  1. Close all Office applications
  2. Go to /Users/your-user-name-here/Library/Group Containers/UBF8T346G9.Office/User Content/Startup/Word
    • If the Library folder is initially hidden, press the “Command” + “Shift” + “.” (period) keys at the same time to display it.
  3. Remove linkCreation.dotm
  4. Restart Word and problem solved

Unfortunately that does not solve the problem for PowerPoint or Excel because if I remove SaveAsAdobePDF.ppam inside the PowerPoint folder or the SaveAsAdobePDF.xlam inside the Excel folder will trigger another error on application launch.

To fix these errors, you need to:

  1. Remove the SaveAsAdobePDF.ppam and SaveAsAdobePDF.xlam from the PowerPoint and Excel folders next to the Word folder.
  2. Launch Excel and PowerPoint and go to the menu Tools -> Excel Add-ins… and Tools -> PowerPoint Add-ins…, respectively, and remove the Save as Adobe PDF add-in, by unckecking it and removing it with the «-» button and then click OK.
  3. Restart Excel and PowerPoint and the problem should go away. If not, try several times to remove those options from the Tools menu until the problem goes away. I had to repeat this procedure in PowerPoint until this got fixed.

tvk's user avatar

answered Nov 26, 2020 at 11:28

jvarela's user avatar

jvarelajvarela

1,0171 gold badge9 silver badges15 bronze badges

1

There’s a much easier way:

  1. Open Word
  2. On the top of your Mac taskbar, click «Tools»
  3. Click on «Templates and Add-ins…» at the bottom
  4. Under Global Templates and Add-ins, selected the item «linkCreation.dotm»
  5. Clicked the little (-) button to delete the item
  6. Restarted MS Word and the problem should be resolved

answered Feb 19, 2021 at 5:03

William Lai's user avatar

3

Thank you, terminal command line in William Lai’s answer worked! In case helpful for others, the only thing different for me was that 2 of the directories were appended with «.localized».

/Users/your-user-name/Library/Group Containers/UBF8T346G9.Office/User Content.**localized**/Startup.**localized**/Word

Allan's user avatar

Allan

86k27 gold badges165 silver badges371 bronze badges

answered Sep 19, 2021 at 0:41

brendag's user avatar

brendagbrendag

511 silver badge1 bronze badge

So far none of the above has worked for me. Worse, the dialog appears to come up on a hidden window, so I have to:

  1. mouse to the Dock
  2. locate Microsoft Word (small icon)
  3. right click on the Microsoft Word
  4. select Show all windows
  5. navigate to the crude dialog (looks like something I saw in 1987)
  6. click END
  7. Repeat between 4 and 8 times for every document opened

answered Jun 20, 2022 at 22:22

David C Black's user avatar

Disable via Add-ins in Version 16+:
disable

answered Oct 19, 2022 at 22:34

ylluminate's user avatar

ylluminateylluminate

4,9227 gold badges36 silver badges74 bronze badges

Open Terminal and paste the following:

cd '~/Library/Group Containers/UBF8T346G9.Office/User Content/Startup/' && rm Word/linkCreation.dotm && rm PowerPoint/SaveAsAdobePDF.ppam && rm Excel/SaveAsAdobePDF.xlam && open '/Applications/Microsoft PowerPoint.app' '/Applications/Microsoft Excel.app' 

Hit enter, then in the windows that open (Excel and PowerPoint) click on the menu bar entry ‘Tools’, and in the drop-down, respectively ‘Excel Add-ins…’ and ‘PowerPoint add-ins…’. In each program, select the entry ‘Save as Adobe PDF’ and click on the - button. Click on OK.

answered Nov 14, 2022 at 9:51

Manchineel's user avatar

ManchineelManchineel

6811 gold badge8 silver badges25 bronze badges

You must log in to answer this question.

Not the answer you’re looking for? Browse other questions tagged

.

0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии

А вот еще интересные материалы:

  • Яшка сломя голову остановился исправьте ошибки
  • Ясность цели позволяет целеустремленно добиваться намеченного исправьте ошибки
  • Ясность цели позволяет целеустремленно добиваться намеченного где ошибка
  • Ошибка ввода вывода 121
  • Ошибка ввода вывода на устройстве ноутбука