T
theintern
Can anyone tell me why it's changing the constraint of the first task?
FilterApply Name:="Actually Started"
Set ts = ActiveSelection.Tasks
For Each t1 In ts
If Not ts Is Nothing Then
SetTaskField Field:="Constraint Type", Value:="Must Start On",
AllSelectedTasks:=True
SetTaskField Field:="Constraint Date", Value:=t1.Start,
AllSelectedTasks:=True
End If
Next t1
thanks!
scott
FilterApply Name:="Actually Started"
Set ts = ActiveSelection.Tasks
For Each t1 In ts
If Not ts Is Nothing Then
SetTaskField Field:="Constraint Type", Value:="Must Start On",
AllSelectedTasks:=True
SetTaskField Field:="Constraint Date", Value:=t1.Start,
AllSelectedTasks:=True
End If
Next t1
thanks!
scott