J
JoGo
i'm trying to write a macro that will iterate through the subtasks of a
recurring task and perform a certain action. how do i select the subtasks of
a recurring task? what i have so far is this ...
Dim tsk As Task
Set tsk = ActiveSelection.Tasks(1)
If Not tsk.Recurring Then Exit Sub
'how do i get the subtasks so I can iterate throu?
recurring task and perform a certain action. how do i select the subtasks of
a recurring task? what i have so far is this ...
Dim tsk As Task
Set tsk = ActiveSelection.Tasks(1)
If Not tsk.Recurring Then Exit Sub
'how do i get the subtasks so I can iterate throu?