Give a different colour to a task

Q

question

Hi,

In project 2007, how can I give a different colour to all the tasks which
are not assigned to a particular resource.

Thanks.
 
Q

question

I dont want to do it manually. Is it possible to set a rule saying that if
this task is not assigned this resource make the colur of the task text as
Green.(Not bar colur)

Thanks,
Sreeja
 
B

Bryant Likes

question said:
I dont want to do it manually. Is it possible to set a rule saying that if
this task is not assigned this resource make the colur of the task text as
Green.(Not bar colur)

I'm sure the VBA and macro folks might have some suggestions for you.
However, I'm more of the C# type so I'll suggest you use the new Project
Client Add-In feature in VS 2008 which allows you to build a .NET add-in for
project client. Using that tool you could easily cycle through each of the
tasks and then perform any type of highlighting based on rules you define.

I couldn't find any articles on doing this on the web, but if you're really
stuck let me know and I'll write something up.
 
C

CB

Would a graphical indicator work? I use these quite often to call attention
to problems in my schedules. If you want to give this a try:
Insert a text field
select the column and right click
customize fields

Under custom attributes
select formula
type in [Resource Names]
OK

Under Values to display
select graphical indicators

set Test for "Textn" to equals
for Value(s) leave blank
click in the grid below image and select the graphical indicator you wish.

The indicator will clear when you have assigned a resource to the task.

HTH
CB
 

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