Settings.Highlight Property

<< Click to Display Table of Contents >>

Navigation:  Developer Edition > Visual Basic for Applications (VBA) > Object Model Reference > Settings Object > Properties >

Settings.Highlight Property

Previous pageReturn to chapter overviewNext page

Returns or sets a constant specifying which Highlighting to perform. Uses HighlightType constants.

 

Syntax

expression.Highlight

expression. A variable representing a Settings object.

 

Example

This example highlights the differences.

 

With .Settings

  .Highlight = HighlightType_Standard

End With