XLL 插件的 DDEConnect() 连接到 Excel 时失败?

发布于 2024-08-06 05:30:49 字数 256 浏览 8 评论 0原文

我在连接到 Excel 时遇到问题,有一个插件可以从数据库读取数据并尝试通过 DDE 填充 Excel 工作表,有时 DDEConnect 函数似乎会失败,错误号为 16390 - DMLERR_INVALIDPARAMETER DDEML 函数调用的参数无效。

更有趣的是,当按 F9(重新计算工作表中的所有公式)然后从宏运行时,它会更频繁地失败,该宏会遍历所有工作表并重新计算公式。

有人有使用 Excel 进行 DDE 的经验吗?

问候, 米卡

I have a problem with connecting to Excel, there's a plugin that reads from db and tries to fill excel sheet with data across DDE, and it seems to be failing sometimes on DDEConnect function with error number 16390 - DMLERR_INVALIDPARAMETER Invalid parameter to DDEML function call.

What is more interesting it is failing more often when pressing F9 (recalculates all formula in worksheet) then running from macro which goes through all worksheets and recalculates the formulae.

Anybody with experience of DDE with Excel?

Regards,
Mika

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

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

发布评论

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

评论(1

烟沫凡尘 2024-08-13 05:30:49

问题可能是当前线程尚未调用 DdeInitialize()

The problem might be that DdeInitialize() was not yet called for the current thread

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