如何在不解析附加模板的情况下打开word文档?

发布于 2024-12-10 15:38:48 字数 332 浏览 0 评论 0原文

由于从 Office 2000 迁移到 Office 2010,我的 Word 模板名称已更改(从 *.dot 更改为 *.dotm)。现在我想更新现有文档中指定的附加模板的声明。 我编写了一个用于映射“旧”和“新”模板名称的小程序,但在检索旧模板名称时遇到了麻烦。 使用 Documents.open() 打开文档时,找不到指定的附加模板,因此默认应用 Normal.dotm,并且我的映射不起作用。我没有找到关闭附加模板自动解析的方法。 奇怪的行为:打开文档后,可以在文档属性中看到原始模板名称,但 ?ActiveDocument.AttachedTemplate 是“Normal.dotm”

Due to a Migration from Office 2000 to Office 2010 my word templates names has changed (from *.dot to *.dotm). Now I want to update the declaration of attached templates specified in existing documents.
I wrote a little procedure for mapping "old" and "new" template names, but run into trouble with retrieving the old template name.
When opening the documents with Documents.open(), the specified attached template couldn't be found, so Normal.dotm is applied as default and my mapping doesn't work. I didn't find a way to shut down the automatic resolving of attached templates.
Strange behavior: after opening the document the original template name can be seen at the documents properties but ?ActiveDocument.AttachedTemplate is 'Normal.dotm'

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

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

发布评论

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

评论(1

酒解孤独 2024-12-17 15:38:48

试试这个:

MsgBox Dialogs(wdDialogDocumentStatistics).Template

Try this:

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