Expand Minimize
This topic has not yet been rated - Rate this topic

Application.SmartTagRecognizers Property (Word)

Office 2010

Returns a SmartTagRecognizers collection for an application.

expression .SmartTagRecognizers

expression A variable that represents an Application object.

The following example accesses the first smart tag recognizer in the list of smart tag recognizers installed for Microsoft Word.

Dim objRecognizer As SmartTagRecognizer 
 
Set objRecognizer = Application.SmartTagRecognizers.Item(1)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.