G
Glenn
I have a custom field which has numeric values. I want to take these numeric
values and assign them to their respective duration for each task.
Using this line of code I can find the duration
ActiveProject.Tasks(1).Duration
How can I extract the numeric value from my custom field and then assign it
to the task's duration as in the following code
ActiveProject.Tasks(1).Duration = VALUE OF CUSTOM
FIELD
values and assign them to their respective duration for each task.
Using this line of code I can find the duration
ActiveProject.Tasks(1).Duration
How can I extract the numeric value from my custom field and then assign it
to the task's duration as in the following code
ActiveProject.Tasks(1).Duration = VALUE OF CUSTOM
FIELD