Syntax

expression.Recognize

expression A variable that represents a SmartTagRecognizers object.

Example

In this example, Microsoft Excel determines if the ability to label data as smart tags is enabled and notifies the user.

Visual Basic for Applications
Sub CheckSmartTagRecognition() ' Determine if data can be labeled as SmartTags. If Application.SmartTagRecognizers.Recognize = True Then MsgBox "Background smart tag recognition is turned on." Else MsgBox "Background smart tag recognition is turned off." End If End Sub
Recognize recognize property

See also: