Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在连接到 Excel 时遇到问题,有一个插件从 db 读取并尝试用 DDE 中的数据填充 excel 工作表,有时在 DDEConnect 函数上似乎会失败,错误号为 16390 - DMLERR_INVALIDPARAMETER DDEML 函数调用的参数无效。
更有趣的是,当按 F9(重新计算工作表中的所有公式)然后从宏运行时,它会更频繁地失败,该宏会遍历所有工作表并重新计算公式。
任何有 Excel 的 DDE 经验的人?
问候, 米卡
问题可能是当前线程尚未调用 DdeInitialize()