Excel 2013 PowerPivot 加载项导致 Windows 7 崩溃

Excel 2013 PowerPivot 加载项导致 Windows 7 崩溃

遇到了一个严重的问题,却没有得到任何帮助来解决问题。每当我尝试使用 DAX 做任何事情,或者有时只是打开 Excel 应用程序时,Excel 就会崩溃并出现以下错误:

请帮忙!

错误 #1

Excel is running into problems with the 'microsoft office powerpivot for excel 2013' add-in.   
If this keeps happening, disable this add-in and check for available updates. Do you want to 
disable it now?

错误 #2

We couldn't load the PowerPivot add-in. First try Office Repair to fix issue. The error below 
should help if that doesn't work.
Could not load file or assembly 'Microsoft.Office.Interop.Excel,
Version=15.0.0.0, Culture=Neutral,
PublicKeyToken=71e9bce111e9429c; or one of its dependencies. 
The system cannot find the file specified.

我尝试过的事情:

-Office 修复;快速且在线

-“修复它”应用程序;重新安装 Office 365 ProPlus 将 OS.DLL 重命名为 OS.DLL.Old;重新启动应用程序

-重新启动计算机

-将 OS.DLL 重命名为 OS.DLL.Old;重新启动应用程序

答案1

经过多次尝试修复该问题失败后,我终于找到了可行的方法。

  1. 以安全模式启动 Excel(运行:excel \safemode)
  2. Alt - F11(打开 VBA 编辑器)
  3. 工具 > 参考资料
  4. 取消勾选下列内容:
    • OLE自动化
    • Microsoft Office 15.0 对象库
  5. '另存为'
  6. 重新打开工作簿正常

我没有再遇到错误。我想可能是工作簿损坏了,插件也受到了影响。

来源:Excel 插件疑难解答

答案2

按照以下步骤操作,无需加载项即可启动 Excel:http://www.delphifaq.com/faq/windows_user/f1087.shtml

之后,启动 Excel > 文件 > 选项 > 加载项

在管理框中,单击“COM 加载项”>“执行”,然后您可以禁用或删除此 Microsoft Office PowerPivot 加载项。

相关内容