HTMLProjectItem.Name Property
Gets the name of a project item in the Project Explorer in the Microsoft Script Editor. Read-only.
Syntax
expression.Name
expression A variable that represents a HTMLProjectItem object.
Return Value
String
Remarks
Represents an individual project item that's a project item branch in the Microsoft Script Editor.
Example
The following example returns the name of the first project item in the HTMLProjectItems collection for the active document.
| Visual Basic for Applications |
|---|
|