ContentControl.Tag property (Word)

Returns or sets a String that represents a value to identify a content control. Read/write.

Syntax

expression.Tag

expression An expression that returns a 'ContentControl' object.

Remarks

The Tag property is different from the Title property in that a tag is never displayed while a user edits a document. Instead, developers can use it to store a value for programmatic manipulation while the document is opened.

See also

ContentControl Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.