Use the ActiveSelection property to get all of the tasks that are selected. 
Globals.[ProjectName].Application.ActiveSelection.Tasks will return the selected tasks.
For each t as MSProject.Task in ActiveSelection.Tasks 
        If not t is Nothing then  
         'do something
        End IF 
Next  
MSTC Graduation
                      -
                    
[image: IMG_1284]
IMG_1284,
originally uploaded by MSTCprogram.
Yay! I graduated this weekend from the University of Texas with an MS in 
Technology Commerci...
15 years ago
No comments:
Post a Comment