Workbook.RecheckSmartTags Method

Excel Developer Reference

Causes a foreground smart tag check to occur automatically annotating data that was not annotated before.

Syntax

expression.RecheckSmartTags

expression   A variable that represents a Workbook object.

Example

This example rechecks smart tags on the active workbook in the foreground.

Visual Basic for Applications
  Sub UseRecheckSmartTags()
ActiveWorkbook.<strong>RecheckSmartTags</strong>

End Sub

See Also