<< Click to Display Table of Contents >> Settings.Formats Property |
Returns or sets a series of options specifying which formatting properties to compare. FormatsFlag constant.
expression.Formats
expression. A variable representing a Settings object.
If the ENABLED flag is not set, all other flags are ignored.
This example compares font formats.
With .Settings
.Formats = FormatFlag_Enabled + FormatFlag_Font
End With