Document.Scripts Property

Word Developer Reference

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.

Visual Basic for Applications
  Debug.Print ActiveDocument.Scripts(1).ScriptText

See Also