PortraitFontNames Property Example
This example inserts a list of portrait fonts at the insertion point.
For Each aFont In PortraitFontNames
With Selection
.Collapse Direction:=wdCollapseEnd
.InsertAfter aFont
.InsertParagraphAfter
.Collapse Direction:=wdCollapseEnd
End With
Next aFont