M
Madelein
Hi
I have used the following sample provided
fieldID=Application.FieldNameToFieldConstant(FieldName, FieldType)
MSGBOX(ActiveProject.ProjectSummaryTask.GetField(fieldID))
ActiveProject.ProjectSummaryTask.SetField(fieldID,"my value"))
the Getfield method is working but I keep getting an error on the
Setfield method:
"Compile error: Expected: ="
I have searched all over but cannot find a solution.
Please help!!
Thanks!
I have used the following sample provided
fieldID=Application.FieldNameToFieldConstant(FieldName, FieldType)
MSGBOX(ActiveProject.ProjectSummaryTask.GetField(fieldID))
ActiveProject.ProjectSummaryTask.SetField(fieldID,"my value"))
the Getfield method is working but I keep getting an error on the
Setfield method:
"Compile error: Expected: ="
I have searched all over but cannot find a solution.
Please help!!
Thanks!