Font.SizeBi property (Word)
Returns or sets the font size in points. Read/write Single.
expression. SizeBi
expression An expression that returns a Font object.
The SizeBi property applies to text in a right-to-left language.
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
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.