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