Font.NameBi property (Word)
Returns or sets the name of the font in a right-to-left language document. Read/write String.
expression. NameBi
expression An expression that returns a Font object.
This example formats the selection with Arial font.
With Selection.Font
.NameBi = "Arial"
End With
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.