Cell.Task Property
Project Developer Reference |
Returns a Task object representing the task in the active cell. Read-only Object.
Syntax
expression.Task
expression A variable that represents a Cell object.
Return Value
Task
Example
The following example displays the names of all tasks at the same outline level as the selected task.
Visual Basic for Applications |
---|
|
See Also