select subtasks of a recurring task using VBA

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top