Quantcast
Channel: Project Customization and Programming forum
Viewing all articles
Browse latest Browse all 5347

Only tasks from a view with filter?

$
0
0

Greetings,

with VB I call a task view with the command:

MSProject.Application.ViewApply("SampleTaskView")

The "SampleTaskView" has an active filter.

How can I read only the task that I see with the view "SampleTaskView"?

The normal loop ...

for each t in ActiveProject.tasks

... return me all task from the project file.

Which methodgives meonly the tasksof the"SampleTaskView"?

Thank you!

   Michael


Viewing all articles
Browse latest Browse all 5347

Trending Articles