Bold Property

The Bold property returns or sets the bold text style. Returns a Boolean.

Syntax

object.Bold

object.Bold = Bold

 

Parameter Type Description
Bold Boolean required, true to set bold text

 

Example 1

This example demonstrates how to return whether or not font is bold.

Debug.Print FontFormat.Bold

Example 2

This example demonstrates how to bold text.

FontFormat.Bold = True

 

Used by: AutoMFont object