Font.ColorIndexBi property (Word)

Returns or sets the color for the specified Font object in a right-to-left language document. Read/write WdColorIndex.

Syntax

expression. ColorIndexBi

expression Required. A variable that represents a Font object.

Remarks

The wdByAuthor constant is not valid for Font objects.

Example

This example sets the color of the Font object to teal.

Selection.Font.ColorIndexBi = wdTeal

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.