M
Maurice Birchler
sIs there a quick method call to load an Microsoft Project Objects (like a
task or a resource) that matches a selection criteria?
For example I don't like having to loop through like:-
for each Task in Tasks
if Task.Text1 = "Special" then --- This is the one I want
Next Task
task or a resource) that matches a selection criteria?
For example I don't like having to loop through like:-
for each Task in Tasks
if Task.Text1 = "Special" then --- This is the one I want
Next Task