应用程序打开时 Excel 2002 加载项未加载

发布于 2024-07-09 12:24:25 字数 462 浏览 7 评论 0原文

下午好,

我为 Excel 2002 创建了一个 Excel .xla 插件。我从中看到的这种奇怪的行为仅发生在我的计算机上,但不会发生在我的同事上。 我想了解为什么。

该插件有一个 UDF 函数,可以从许多电子表格中调用。

  • 我的外接程序设置为在 Excel 打开时打开。 当我打开空白电子表格时,它工作正常。

  • 如果我双击引用该加载项的 .XLS,Excel 无法加载 VBA 项目,并且我得到 #NAME!。 但是,如果我打开 Excel,然后打开电子表格,它就可以正常工作。

我已经检查了帮助菜单下的黑名单“禁用项目”。 那里什么也没有。 这已经工作了很长时间了; 我不知道发生了什么变化。 我已尝试使用我的加载项名称删除所有注册表项,然后重试。 还是不行。

有任何想法吗? 谢谢。 -艾伦。

Good afternoon,

I created an Excel .xla addin for Excel 2002. This weird behavior I am seeing from it happens only on my machine, but not on my coworkers. I would like to understand why.

The add-in has a UDF function that gets called from many, many spreadsheets.

  • My Add-in is set to open when Excel opens. When I open a blank spreadsheet it works fine.

  • If I double-click on an .XLS that references the add-in, Excel fails to load the VBA project, and I get #NAME!. However, if I open Excel and then the spreadsheet, it works fine.

I've checked the blacklist "disabled items" under the help menu. There's nothing there. This has been working for a long time now; I can't find out what changed. I've tried nuking all Registry entries with my add-in's name and trying again. Still doesn't work.

Any ideas? Thanks.
-Alan.

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

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

发布评论

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

评论(1

酒中人 2024-07-16 12:24:25

最终我发现所有有问题的电子表格中都有 RTD/DDE 链接,而且事实证明数据源进程从未真正在我的计算机上运行。 一旦我进入编辑链接并删除这些链接,一切就正常了。

Eventually I figured out that all the problematic spreadsheets had RTD/DDE links in them, and it turns out that the data source process is never really running on my machine. As soon as I went to Edit-Links and removed those links everything worked fine.

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