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

后端 未结 18 871
长发绾君心
长发绾君心 2020-12-03 14:25

A colleague at work made some changes to one of our macro workbooks and now on my PC only I receive the dreaded Run-time Error \'32809\' when I attempt to run it. This lates

18条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-03 15:02

    I have the same problem and found that this is the problem of Microsoft vulnerabilities.

    It works for me when I install these update patches. You can find these patches on www.microsoft.com .

    1. If your office 2010 version is SP1, you need download and install office SP2 pack first. Update patch name is KB2687455.

    2. Install update patch KB2965240.

      This security update resolves vulnerabilities in Microsoft Office that could allow remote code execution if an attacker convinces a user to open or preview a specially crafted Microsoft Excel workbook in an affected version of Office. An attacker who successfully exploited the vulnerabilities could gain the same user rights as the current user.

    3. Install update patch KB2553154.

      A security vulnerability exists in Microsoft Office 2010 32-Bit Edition that could allow arbitrary code to run when a maliciously modified file is opened. This update resolves that vulnerability.

提交回复
热议问题