Range.BoldBi property (Word)

True if the font or range is formatted as bold. Returns True, False, or wdUndefined (for a mixture of bold and non-bold text). Can be set to True, False, or wdToggle. Read/write Long.

Syntax

expression.BoldBi

expression An expression that returns a Range object.

Example

This example makes the first paragraph in the active right-to-left language document bold.

ActiveDocument.Paragraphs(1).Range.BoldBi = True

See also

Range 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.