如何在外部应用程序合并后在 Word Doc 中运行 VBA 宏

发布于 2024-08-14 00:11:46 字数 142 浏览 1 评论 0原文

我们使用的是 Office 2003 中的 XML 或 Word ML 格式

。在 MS Word ML 文档被另一个名为 SIMS by Capita 的应用程序(不是 Word)合并后,如何运行宏。

当预览文档时,如何在合并后运行宏?

We are using the XML or Word ML format from Office 2003.

How do I get a macro to run after a MS Word ML document has been merged by another application (not Word) called SIMS by Capita.

How can I get the Macro to run after a merge, when the document is being previewed?

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

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

发布评论

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

评论(1

暗喜 2024-08-21 00:11:46

Word 文档不知道它已被另一个应用程序合并。我想到的唯一方法是在打开文档时检查更改,然后运行宏。

The Word-document doesn't know that it has been merged by another application. The only way that comes to my mind is to check for changes when the doc is opened and then run your macro.

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