rajverma84:
I am facing the same problem ...
HKCU\Software\Microsoft\Office\12.0\Excel\Security\ExtensionHardening
under Security... ExtensionHardening was not found actually.
so is there any alternative for this ...
Please reply
regards
rajeev
Hi Guys,
I'm also facing the same problem. Based on my research on this issue, we will only encounter this if the client Excel version is 2007. Excel 2007 implements strong XML formatting but previous version is not.
Excel 2007 is having xlsx file format while prior is xls.
So far the best possible solution i've found is to set "ExtensionHardening" double word value to 0 in the registry but the biggest drawback is setting the registry of your client 1 at a time and this will take you forever to edit if you have a lot.
Will anyway I will teach you how to edit your registry for those who still want to learn how to do this. Just a word of advice: Please take extra precautions in editing the registry as it may render instability to your clients PC if you didn't do it correctly.
- On the client's PC, run the registry editor through Start - Run and typing regedit then press Enter
- Go to the location HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\OFFICE\12.0\EXCEL\SECURITY
- On the right window, right click you mouse and choose New -> DWORD Value
- Change the name to “ExtensionHardening” without the double quote
- Default value of this DWORD is actually 0 which sets the ExtensionHardening of Excel Application to be disabled
- Close Registry Editor
That's all. Hope this will help others. On my side, I'm still stuck because not all my client's are using Office 2007.
Cheers.