How can I change task color based on % complete?

P

Phyllis

Hi All,
I hope you can help me - I want to have Project automatically change the
color of a task based on its % complete. Basically 1 color for 100%, another
for 0%, and another for anything greater than zero but less than 100%.
 
R

Rod Gill

You can edit bar colors to do this using Format, Bar Styles, but not Text
colors. The only way to get what you want is by VBA programming in the Task
Change event.
 
Top