B
Bob Segrest
I would like to store data in one or more of the enterprise project number
fields.
I can read these fields easily. For example,
temp = ActiveProject.Tasks(1).EnterpriseProjectNumber39
However when I try to store a value in the same field
ActiveProject.Tasks(1).EnterpriseProjectNumber39 = 96
I receive a run time error 1101 message indicating "The argument value is
not valid".
According to the documentation this should be a read/write field.
Any ideas?
Bob Segrest
fields.
I can read these fields easily. For example,
temp = ActiveProject.Tasks(1).EnterpriseProjectNumber39
However when I try to store a value in the same field
ActiveProject.Tasks(1).EnterpriseProjectNumber39 = 96
I receive a run time error 1101 message indicating "The argument value is
not valid".
According to the documentation this should be a read/write field.
Any ideas?
Bob Segrest