Application.FontBold Method
Project Developer Reference |
Applies or removes bold formatting from the selected text.
Syntax
expression.FontBold(Set)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Set | Optional | Boolean | True if bold formatting is applied to the selected text. False if bold formatting is removed from the selected text. The default value is False if the selected text is bold and True if not bold. |
Return Value
Boolean
See Also