Suddenly several VBA macro errors, mostly 32809

前端 未结 6 919
青春惊慌失措
青春惊慌失措 2020-12-11 21:23

Suddenly my excel file is generating a lot of errors at startup.
No changes have been made to the file since before the errors started.

Example of errors:

6条回答
  •  悲哀的现实
    2020-12-11 22:03

    We found success using the following approach.

    1. Open a blank version of excel.
    2. Disable ActiveX controls in Excel Options.

    enter image description here

    1. Open the offending file. (Click through any error received upon open)
    2. Save the file as a new name.
    3. Activate ActiveX controls.

    We found distributing this file after the steps above resolved the error for all users.

    Hope this helps someone else.

提交回复
热议问题