J
Joy
1. I want to delete summary task, and leave children tasks. How can i do that
2. I want to copy all fields of one task, say A to another task, say B.
other fileds seem fine, only Indicators.
can I do like this:
Set B = ActiveProject.Tasks.Add(A.Name)
B.SetField pjTaskIndicators, A.Indicators
seems results not OK
thanks
2. I want to copy all fields of one task, say A to another task, say B.
other fileds seem fine, only Indicators.
can I do like this:
Set B = ActiveProject.Tasks.Add(A.Name)
B.SetField pjTaskIndicators, A.Indicators
seems results not OK
thanks