In example:
For Each mytemplate In Templates
If mytemplate.Name = "Normal.dotx" Then _
mytemplate.BuildingBlockEntries("Leeg").Insert Where:=Selection.Range, RichText:=True
Next
In example:
For Each mytemplate In Templates
If mytemplate.Name = "Normal.dotx" Then _
mytemplate.BuildingBlockEntries("Leeg").Insert Where:=Selection.Range, RichText:=True
Next
Not sure I understand the question but according to MSDN, no. It only accepts parameters Where and RichText.
Take a look at the properties, though, of a BuildingBlock Object.