当我在Word2007 VBA中插入BuildingBlockEntries时,我可以添加除Where:=和Rich Text之外的其他参数吗?

时间:2009-09-18 16:34:04

标签: vba word-vba word-2007

例如:

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

1 个答案:

答案 0 :(得分:0)

不确定我理解这个问题,但根据MSDN,没有。它只接受参数 Where RichText

但是,请查看BuildingBlock对象的properties