Font.NameBi property (Word)

Returns or sets the name of the font in a right-to-left language document. Read/write String.

Syntax

expression. NameBi

expression An expression that returns a Font object.

Example

This example formats the selection with Arial font.

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

See also

Font Object

Support and feedback

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.