0

例如:

For Each mytemplate In Templates
       If mytemplate.Name = "Normal.dotx" Then _
          mytemplate.BuildingBlockEntries("Leeg").Insert Where:=Selection.Range, RichText:=True
 Next
4

1 回答 1

0

不确定我是否理解这个问题,但根据MSDN,不。它只接受参数WhereRichText

不过,请看一下 BuildingBlock 对象的属性。

于 2009-09-18T16:51:33.040 回答