View Single Post
 
Old 12-12-2014, 04:13 AM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,375
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Update:

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\For ms\*.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
[Fmr MS MVP - Word]
Reply With Quote