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