Range.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 Range object.
Example
This example tests the second Script object in the specified range to determine its language.
Visual Basic for Applications |
---|
|
See Also