Hi Is there a way to tell Project to sort a gantt chart by Duration, ascending, from VB?
D Dewey Sep 23, 2006 #1 Hi Is there a way to tell Project to sort a gantt chart by Duration, ascending, from VB?
R Rod Gill Sep 23, 2006 #2 Hi, Yes. Using automation create an Application object, then use its Sort method. Sort can either renumber ID numbers or not so it's easy to re-sort by ID afterwards. In Project, record a macro of you sorting to get parameters etc.
Hi, Yes. Using automation create an Application object, then use its Sort method. Sort can either renumber ID numbers or not so it's easy to re-sort by ID afterwards. In Project, record a macro of you sorting to get parameters etc.