R
RuneLekve
Hi
I have a project file with a lot of tasks and I want to present the
data in several different ways. I've made a menu which sets up the
columns, a filter and a group by criteria.
So far I have not figured out what methods to use in a macro for
setting up the groups I want. For instance I want to make a new group
that group the tasks by work:
1. Work: 1hr
1.1 Task 1
1.2 Task 2
2. Work: 2hr
2.2 Task 3
2.3 Task 4
and so on.....
I've tried to record it but all I get is what group I'm applying
(GroupApply Name:="myGroup"). For filters I use the FilterEdit method,
is there a similar method for groups?
Another thing I hoped to achive was setting the right colour and other
properties on the different group levels.
Can anyone help ?
Thanks
Rune
I have a project file with a lot of tasks and I want to present the
data in several different ways. I've made a menu which sets up the
columns, a filter and a group by criteria.
So far I have not figured out what methods to use in a macro for
setting up the groups I want. For instance I want to make a new group
that group the tasks by work:
1. Work: 1hr
1.1 Task 1
1.2 Task 2
2. Work: 2hr
2.2 Task 3
2.3 Task 4
and so on.....
I've tried to record it but all I get is what group I'm applying
(GroupApply Name:="myGroup"). For filters I use the FilterEdit method,
is there a similar method for groups?
Another thing I hoped to achive was setting the right colour and other
properties on the different group levels.
Can anyone help ?
Thanks
Rune