Application.PortraitFontNames (Word)
Returns a FontNames object that includes the names of all the available portrait fonts.
For Each aFont In PortraitFontNames
With Selection
.Collapse Direction:=wdCollapseEnd
.InsertAfter aFont
.InsertParagraphAfter
.Collapse Direction:=wdCollapseEnd
End With
Next aFont