Suddenly several VBA macro errors, mostly 32809

前端 未结 6 915
青春惊慌失措
青春惊慌失措 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:14

    There is a similar post on error 32809:

    Excel VBA Run-time Error '32809' - Trying to Understand it

    They mention that the file may be corrupted and theirs a solution in the comments by Siddharth Rout:

    That is because the worksheet is corrupted. Try this. Create a new sheet and copy every thing from that to the new sheet and then finally delete that sheet. It will work. just tested and tried it.

    Not sure if that will help you, but worth a try I guess.

提交回复
热议问题