A quick and dirty but easiest way to solve this problem, is to insert the following registry key. This will simply suppress the notification:
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\Security]
“ExtensionHardening”=dword:00000000
The step-by-step instructions are as follows:
- Click Start, click Run, type regedit.exe and press ENTER. This will open your Registry Editor.
- Navigate to HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\OFFICE\12.0\EXCEL\SECURITY
- Right click in the right window and choose New → DWORD
- In the Name field, type ExtensionHardening.
- Verify that the data has the value 0.
More information here for those who are interested on why there is such a thing called "Extension Hardening".
ReplyDeletehttp://www.jwgoerlich.us/blogengine/post/2009/08/11/Excel-Extension-Hardening-and-Web-Applications.aspx