Document.SelectContentControlsByTag (Word)

Returns a ContentControls collection that represents all the content controls in a document with the tag value specified in the Tag parameter.

SelectContentControlsByTag (Tag)

Tag: The tag value of the content controls to return.


Dim strTag As String: strTag =  
Dim ccsSelectContentControlsByTag As ContentControls
Set ccsSelectContentControlsByTag = ActiveDocument.SelectContentControlsByTag(Tag:=strTag)