Excel 2010 ActiveX Controls No Longer Working After Windows Updates [duplicate]

前提是你 提交于 2019-11-29 19:58:08

问题


This question already has an answer here:

  • Microsoft Excel ActiveX Controls Disabled? 11 answers

So at work I ran into this issue after I installed the most recent Windows 7 updates (including Microsoft Office 2010 updates) - the date up the update was today (Dec 12, 2014).

After the update, I opened my macro enabled workbook in Excel 2010 and basically anything that referenced ActiveX controls (checkboxes, buttons) no longer worked. My auto_open was checking checkboxes and couldn't run... it kept erroring at the first checkbox check. The buttons are also no longer clickable.

Before you say it, I have checked my trust settings and allowed all ActiveX and Macros, but no change. If anyone has any advice, I'm all ears. Due to me not being an admin, I cannot due too many things as far as Windows goes.


回答1:


We had this somewhat shocking issue yesterday on several machines with Excel 2007.

By rolling back Security updates for office one by one, we determined that this was being caused by update KB2596927 from 9 December 2014 - Link

After this update, not only did many macro-enabled worksheets break down upon activating macros due to their ActiveX controls being killed, but also no classic ActiveX controls (button, checkbox, etc.) could be inserted into a blank workbook any longer!

CONFIRM AS SOLVED: I can confirm that the answer to delete the file C:\Users\USERNAME\AppData\Local\Temp\Excel8.0\MSForms.exd has worked for me!

Thank you guys!

Here is more information on EXD files

This was resolved also in another post on this forum




回答2:


Resolved issue !

  • Close Excel
  • Rename or delete this file (at your own risk) : C:\Users\USERNAME\AppData\Local\Temp\Excel8.0\MSForms.exd

It would be rebuild after Excel reopens. My ActiveX et macros are working good !

Have a good day !

Cracki




回答3:


As a quick fix and workaround use this tool:

http://go.microsoft.com/?linkid=9875022

https://support.microsoft.com/kb/3025036

Basically remove all “.exd” files which represent the cache of the forms.



来源:https://stackoverflow.com/questions/27414170/excel-2010-activex-controls-no-longer-working-after-windows-updates

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!