How to loop through each task in a subproject?

L

luvgreen

Hello everyone. I have one master project which has 2 sub projects. When I
tried to loop through the task, the count returned 2 tasks. I have hundreds
of row in each subproject. Is there a way I can loop through each task in
subproject from the master project? Thanks.
 
Top