0
Dans l'exemple:Lorsque j'insère BuildingBlockEntries dans Word2007 VBA, puis-je ajouter d'autres paramètres que Where: = et Rich Text?
For Each mytemplate In Templates
If mytemplate.Name = "Normal.dotx" Then _
mytemplate.BuildingBlockEntries("Leeg").Insert Where:=Selection.Range, RichText:=True
Next