从具有.dot文件模板的模板生成word文档文件

时间:2010-08-24 14:19:07

标签: templates ms-word

我正在制定一项要求,我必须从扩展名为.dot的模板生成word文档文件。

请指导我。

1 个答案:

答案 0 :(得分:0)

来自文件:

Public Sub test()
    Dim newDocument As Document
    Set newDocument = Documents.Add("d:\mySourceTemplate.dot")
End Sub