- Home
·
- Miscellaneous
·
- Updates Microsoft Project % Complete Automatically by specific tasks
Updates Microsoft Project % Complete Automatically by specific tasks
Updates Microsoft Project % Complete Automatically by specific tasks
Rate Updates Microsoft Project % Complete Automatically by specific tasks
(1(1 Vote))
Dim t As Task
Dim p As Project
Set p = Application.ActiveProject
If p = "ProjectName" Then
Application.SelectAll
For Each t In ActiveSelection.Tasks
If t.Text1 = "LOE" Then
UpdateProject False, Now(), pj0to100Percent
End If
Next t
End If
End Sub
Updates Microsoft Project % Complete Automatically by specific tasks Comments
No comments yet — be the first to post one!
Post a Comment