Counting Date Changes

G

Grant Lawes

Hello,

I would like to track the number of times the finish date changes for a
task. Whn the MSProject user changes the finish date field I would like
a counter to be incremented. A number fieild could be used to store the
count.

Any suggestions would be appreciated.

Thanks
Grant
 
J

JackD

You could do this using the change event, but remember, the finish date will
change when any predecessor task is changed. Would you want to track that as
well? Why does it matter how many times it changes anyway? Do you want to
count it if it changes then changes back to what it was?

I would give up on it and just track progress against a set of baselines.
 
Top