Group By and Customize Group By

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
 
M

Mike Glen

Hi Rune,

Try posting on the developer newsgroup as this one is trying to close down.
Please see FAQ Item: 24. Project Newsgroups. FAQs, companion products and
other useful Project information can be seen at this web address:
http://www.mvps.org/project/.

Mike Glen
Project MVP
 

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