Selection.Tasks Property
Project Developer Reference |
Returns a Tasks collection representing the tasks in the active selection. Read-only Object.
Syntax
expression.Tasks
expression A variable that represents a Selection object.
Return Value
Tasks
Example
The following example displays the name of every task in the selection.
Visual Basic for Applications |
---|
|
See Also