Bold

This property returns and sets the font style of the Font object to either bold or non-bold.

Syntax

font.Bold [= Boolean]

Parameters

font
Object expression that evaluates to a Font object.
Boolean
Boolean expression specifying the font style. True turns on bold formatting. False, the default, turns off bold formatting.

Remarks

Setting the FontBold property also sets the Bold property.