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.