OutlineShowSubtasks doesn't (VBA)

D

Dave

I have an app that applies a succession of filters to produce Gantts.
Several of the groups of tasks display summaries with subtasks hidden
when the filter is applied. I can show their subtasks manually by
clicking on the summary task through the interface, but the
OutlineShowSubtasks method randomly fails to unhide the subtasks -
sometimes it does, and sometimes not. Does anybody have any
suggestions?

Thanks
Dave
 
J

Jan De Messemaeker

Hi Dave,

It will show the subtasks of selected summaries only I believe.
OutlineShowAllTasks is more efficient.
HTH
 
J

John

Dave,
Is it possible you are working with a master file with inserted
projects? If so, I use the following to "explode" the whole file:
OutlineShowTasks expandinsertedprojects:=True

Just a thought.
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top