NameBi Property Example

This example formats the selection with Arial font.

With Selection.Font
    .NameBi = "Arial"
End With