Font.NumberSpacing (Word)

Returns or sets the number spacing setting for a font. Possible return values are wdNumberSpacingDefault - Applies the default number spacing for the font, wdNumberSpacingProportional - Applies proportional number spacing to the font, wdNumberSpacingTabular - Applies tabular number spacing to the font.

OpenType fonts support a proportional and tabular figure feature to control number spacing. Proportional number spacing handles each number as having a different width. For example, "1" is displayed as narrower than "5". Tabular number spacing handles numbers as equal in width so that they align vertically, which increases the readability, especially for financial information.


ActiveDocument.Range.Font.NumberSpacing = wdNumberSpacingProportional