S
Steve
I am trying to write a script that will evaluate the value of the cell and
then change its color based on that value. The problem Im having is that I
can't select that cell to change its color.
Dim T As Task
For Each T In ActiveProject.Tasks
If Not T.Summary Then
If T.PercentComplete > 0 Then
[This is where I would need to select the %complete task field]
Once I can get the right cell I can continue with the color change.
Thanks for any help
the rest I can
then change its color based on that value. The problem Im having is that I
can't select that cell to change its color.
Dim T As Task
For Each T In ActiveProject.Tasks
If Not T.Summary Then
If T.PercentComplete > 0 Then
[This is where I would need to select the %complete task field]
Once I can get the right cell I can continue with the color change.
Thanks for any help
the rest I can