我该如何“等待”?对于Word文档宏中的某个对话?

发布于 2024-09-26 19:19:58 字数 115 浏览 3 评论 0原文

我有一个宏,可以在选择中进行搜索/替换,但在任务结束时它会显示“您想搜索文档的其余部分吗”对话框,我从不希望它搜索其余部分,所以我'我想让它单击“n”,然后继续文档的其余部分。

有没有办法做到这一点?

I’ve got a macro that does a search/replace in a selection but at the end of the task it shows the 'Do you want to search the remainder of the document' dialogue and I never want it to search the remainder so I’d like to have it click ‘n’ and then continue with the rest of the doc.

In is there a way to do this?

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

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

发布评论

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

评论(1

清风夜微凉 2024-10-03 19:19:58

使用:

Application.DisplayAlerts = wdAlertsNone

编辑:有关该属性的更多详细信息- http:// /msdn.microsoft.com/en-us/library/aa212820(office.11​​).aspx

Use:

Application.DisplayAlerts = wdAlertsNone

edit: More detail on the property here- http://msdn.microsoft.com/en-us/library/aa212820(office.11).aspx

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