Font.ColorIndexBi property (Word)
Returns or sets the color for the specified Font object in a right-to-left language document. Read/write WdColorIndex.
expression. ColorIndexBi
expression Required. A variable that represents a Font object.
The wdByAuthor constant is not valid for Font objects.
This example sets the color of the Font object to teal.
Selection.Font.ColorIndexBi = wdTeal
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.