<< Click to Display Table of Contents >> Settings.Contents Property |
Returns or sets a series of options specifying which formatting properties to compare. Contents constant.
expression.Contents
expression. A variable representing a Settings object.
This example also compares comments and Excel names.
With .Settings
.Contents = ContentFlag_Comments + ContentFlag_Names
End With