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 |
---|
|
See Also