SizeBi Property Example

This example sets the font size of the first word to 20 points.

With ActiveDocument.Paragraphs(1).Range
    .Words(1).Font.SizeBi = 20
End With