如何从 xls 中删除 xla 而不重命名或删除 xla 文件?

发布于 2024-07-15 20:49:27 字数 130 浏览 4 评论 0原文

我需要从电子表格中删除 XLA(Excel 插件),但网络上的所有内容似乎都指向重命名/删除 xla 文件。

这不是一个选项,因为 xla 文件被许多其他电子表格使用并且位于共享驱动器上。

还有其他选择吗?

I need to get rid of an XLA (excel add-in) from a spreadsheet, but everything on the web seems to point to renaming/deleting the xla file.

This is not an option as the xla file is used by many other spreadsheets and is on a shared drive.

Are there any other alternatives?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

要走干脆点 2024-07-22 20:49:27

我将所有类和模块(拖放)从 xla 复制到“本地”项目。

保存并关闭xls

我在注册表中搜索了xla项目名称(excel关闭)并删除了该值。

打开excel

完成

I copied all the classes and modules (drag and drop) from the xla to the 'local' project.

Save and close xls

I searched for the xla project name in the registry (with excel closed) and deleted the value.

Open excel

Done

素食主义者 2024-07-22 20:49:27

移动或重命名 .xla 文件,然后转到加载项管理器。 选择插件,然后在弹出的消息中单击“删除”。

Move or rename the .xla file, then go to add-in manager. select the add-in, and click "delete" on the pop-up massage.

柒夜笙歌凉 2024-07-22 20:49:27

您的意思是要从加载项对话框中删除它吗? 断开与共享驱动器的连接,加载 Excel,然后尝试安装加载项。 Excel 会告诉您找不到它并询问您是否要删除它。 删除后,重新连接到共享云端硬盘。

Do you mean you want to remove it from the add-in dialog box? Disconnect from the shared drive, load Excel, and try to install the add-in. Excel will tell you it can't find it and ask if you want to remove it. Once you've removed it, reconnect to the shared drive.

忘东忘西忘不掉你 2024-07-22 20:49:27

如果我理解您的问题,解决方案可能是:

  1. 在“工具”菜单上,单击“加载项”。
  2. 在“可用的加载项”框中,清除要卸载的加载项旁边的复选框,然后单击“确定”。

来源:http://office.microsoft.com/en-us /excel/HP052037321033.aspx

If I understand your question, the solution might be:

  1. On the Tools menu, click Add-Ins.
  2. In the Add-Ins available box, clear the check box next to the add-in you want to unload, and then click OK.

Source: http://office.microsoft.com/en-us/excel/HP052037321033.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文