AutoFormatRules.Add method (Outlook)
Creates a new AutoFormatRule object and appends it to the AutoFormatRules collection.
Syntax
expression.Add (Name)
expression A variable that represents an AutoFormatRules object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Name | Required | String | The name of the new formatting rule. |
Return value
An AutoFormatRule object that represents the new formatting rule.
Remarks
Duplicate names for AutoFormatRule objects are allowed in the AutoFormatRules collection. A maximum of 25 custom formatting rules can be added to the collection. Built-in formatting rules are not counted against that limit.
See also
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.