Shape.Script Property
Excel Developer Reference |
Returns the Script object, which represents a block of script or code on the specified Web page. If the page contains no script, nothing is returned.
Syntax
expression.Script
expression A variable that represents a Shape object.
Example
This example displays the type of scripting language used in the first shape on the active worksheet.
Visual Basic for Applications |
---|
|