Hi
How can I populate a specific cell when the Macro in MS Project 2003 calculates a value.
For example, in the below code, I want to polutate the 2nd row, 11th column “cell” in my MPP file with the result that comes from Effort.
Set ts = ActiveProject.Tasks
If t.Text5 = "BL" Then
Effort = Effort + t.Number3
End If
Thanks
How can I populate a specific cell when the Macro in MS Project 2003 calculates a value.
For example, in the below code, I want to polutate the 2nd row, 11th column “cell” in my MPP file with the result that comes from Effort.
Set ts = ActiveProject.Tasks
If t.Text5 = "BL" Then
Effort = Effort + t.Number3
End If
Thanks