例如:
For Each mytemplate In Templates
If mytemplate.Name = "Normal.dotx" Then _
mytemplate.BuildingBlockEntries("Leeg").Insert Where:=Selection.Range, RichText:=True
Next
答案 0 :(得分:0)
不确定我理解这个问题,但根据MSDN,没有。它只接受参数 Where 和 RichText 。
但是,请查看BuildingBlock对象的properties。