Changing font color of tasks when tasks are completed

A

Andrew Falanga

Hi,

I'm using Project 2007 and would like to have the font color of tasks
automatically changed, to whatever I want, in the event that the task is
changed to 100% complete. (Conversely, if the task is reverted to less than
100% I'd like it to return to black). At any rate, I've read up, some, on
macros. I'd like to have this done automatically when the percentage
complete becomes 100 rather than using a key sequence. Is this possible, and
how?

Thanks,
Andy
 
A

Assaf

Hi Andrew,
You can check the VBA event App_ProjectBeforeTaskChange or VB.NET/ C# event
ProjectBeforeTaskChange.
In it you can check the %complete data and update the color.
 

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