Font.NameOther property (Word)
Returns or sets the font used for characters with character codes from 128 through 255. Read/write String.
expression. NameOther
expression An expression that returns a Font object.
In the U.S. English version of Microsoft Word, the default value of this property is Times New Roman. Use the Name property to change the font that's applied to all text and that appears in the Font box on the Formatting toolbar.
This example sets the font used for characters with character codes from 128 through 255.
Selection.Font.NameOther = "Century"
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.