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

本小妞迷上赌 提交于 2019-12-03 15:58:51
roaseao

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

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

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.

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