M
Morne Taljaard
Hi there,
I'm trying to change the value of a custom field in VBA (Project 2007),
that references a lookup table, but I keep getting an error "An
unexpected error occurred with the method"
I'm using the following piece of code:
Call
ActiveProject.ProjectSummaryTask.SetField(FieldNameToFieldConstant("SETA
Project Number"), "Status.Approved")
- SETA Project Number is the custom field
- In Status.Approved, Status is the lookup table and Approved one of the
lookup values.
Thanks
Morne
I'm trying to change the value of a custom field in VBA (Project 2007),
that references a lookup table, but I keep getting an error "An
unexpected error occurred with the method"
I'm using the following piece of code:
Call
ActiveProject.ProjectSummaryTask.SetField(FieldNameToFieldConstant("SETA
Project Number"), "Status.Approved")
- SETA Project Number is the custom field
- In Status.Approved, Status is the lookup table and Approved one of the
lookup values.
Thanks
Morne