J
Joy
-summary task----
---child1--------
-------child1.1--
-------child1.2--
---child2--------
-------child2.1--
-------child2.2--
-------child2.3--
some children tasks are tagged as 'required', I want to write a macro to do:
if a child is required, say, child 1.1, then if you delete 'summary task'
and child1 and child1.1, but you can delete child1.2.
how to do that
I am thinking of using some recursion. but seems no help
thank you for your time
---child1--------
-------child1.1--
-------child1.2--
---child2--------
-------child2.1--
-------child2.2--
-------child2.3--
some children tasks are tagged as 'required', I want to write a macro to do:
if a child is required, say, child 1.1, then if you delete 'summary task'
and child1 and child1.1, but you can delete child1.2.
how to do that
I am thinking of using some recursion. but seems no help
thank you for your time