Expand All tasks macro

S

Steve Scott

I have a huge integrated plan which doesn't expand all tasks when using the
++ button. I have prveiously had a macro with one line of code in it that
automatically ensured all tasks were expanded throughout even the biggest
plan. can someone remind me what that code is?

Rgds

Steve
 
J

John

Steve Scott said:
I have a huge integrated plan which doesn't expand all tasks when using the
++ button. I have prveiously had a macro with one line of code in it that
automatically ensured all tasks were expanded throughout even the biggest
plan. can someone remind me what that code is?

Rgds

Steve

Steve,
You mention an "integrated" plan. If that implies a consolidated file
(i.e. master with inserted subprojects), then you will need the
following:
OutlineShowTasks expandinsertedprojects:=True

John
Project MVP
 
Top