RecheckSmartTags Method

Microsoft Excel Visual Basic

RecheckSmartTags Method

       

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

expression.RecheckSmartTags

expression   Required. An expression that returns one of the objects in the Applies To list.

Example

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

Sub UseRecheckSmartTags()

    ActiveWorkbook.RecheckSmartTags

End Sub