HTMLProjectItem.IsOpen Property
Is True if the specified HTML project item is open in the Microsoft Script Editor. Read-only.
Syntax
expression.IsOpen
expression A variable that represents a HTMLProjectItem object.
Example
This example determines whether the specified HTML project item is open. and if it is, the example then loads script from the specified file.
| Visual Basic for Applications |
|---|
|