本示例在活动文档的开始插入“前言”,并将其作为一个单独段落。
With ActiveDocument.Content
.InsertParagraphBefore
.InsertBefore "前言"
End With