J
Jim Aksel
Project allows us to select up to 10 groups of non-adjacent tasks. I would
like to be able to loop through them programatically---
dim tsk as task
For each tsk in [The Block of non-Contiguos Selections]
'My wonderful code goes here
tsk.Text1="Wonderful Day"
Next tsk
Does anyone have a sample that would be useful?
like to be able to loop through them programatically---
dim tsk as task
For each tsk in [The Block of non-Contiguos Selections]
'My wonderful code goes here
tsk.Text1="Wonderful Day"
Next tsk
Does anyone have a sample that would be useful?