Document.Scripts property (Word)

Returns a Scripts collection that represents the collection of HTML scripts in the specified object.

Syntax

expression. Scripts

expression Required. A variable that represents a Document object.

Example

This example displays the text in the first Script object of the active document.

Debug.Print ActiveDocument.Scripts(1).ScriptText

See also

Document 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.