Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FYI: MS Patch Clobers ActiveX Controls & Macros 1

Status
Not open for further replies.
[thanks2]
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!
[thumbsup2]

ô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

Cheers
Paul Edstein
[MS MVP - Word]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top