That's why I had to leave my computer updating the night over....
Microsoft appears more an more overtasked with keeping up to snuff...
Thanks for the info!
ôKnowledge is power. Information is liberating. Education is the premise of progress, in every society, in every family.ö (Kofi Annan)
Oppose SOPA, PIPA, ACTA; measures to curb freedom of information under whatever name whatsoever.
This appears to be caused by the latest MS Office updates, which have broken the functionality of ActiveX controls. the offending updates are:
KB2596927 for Office 2007
KB2553154 for Office 2010
KB2726958 for Office 2013
Uninstalling these updates restores ActiveX functionality.
The following commands in a batch file will also restore ActiveX functionality without uninstalling the updates.
@del "C:\Documents and Settings\%USERNAME%\Application Data\Microsoft\Forms\*.exd" /s
@del "C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Forms\*.exd" /s
@del "C:\Users\%USERNAME%\AppData\Local\Temp\Excel8.0\*.exd" /s
@del "C:\Users\%USERNAME%\AppData\Local\Temp\VBE\*.exd" /s
@del "C:\Users\%USERNAME%\AppData\Local\Temp\Word8.0\*.exd" /s
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.