VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Updates Microsoft Project % Complete Automatically by specific tasks

by Ron A. Romero (2 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 2nd July 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Updates Microsoft Project % Complete Automatically by specific tasks

Rate Updates Microsoft Project % Complete Automatically by specific tasks




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


Download this snippet    Add to My Saved Code

Updates Microsoft Project % Complete Automatically by specific tasks Comments

No comments have been posted about Updates Microsoft Project % Complete Automatically by specific tasks. Why not be the first to post a comment about Updates Microsoft Project % Complete Automatically by specific tasks.

Post your comment

Subject:
Message:
0/1000 characters