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