【发布时间】:2013-12-01 12:35:49
【问题描述】:
我正在使用 VBA 中的 OLE 自动化打开数百个 htm 文件并将它们保存为 word doc 文件。
偶尔会出现这个对话框:
Linked style sheets are only supported in web format files. By saving to this format, all links to style sheets will be lost.
我将 Application.displayalerts 设置为 false - 有什么方法可以忽略该特定对话框并继续执行。
【问题讨论】:
标签: html vba ms-word automation