E
Evan S. Dictor
I am creating a custom field in Project with code similar
to this:
Set oTableField = Application.Projects(1).TaskTables
(1).TableFields.Add(pjTaskText1, pjLeft, 10,
sMaterialsName, pjCenter, -1, True)
Now I would like to add a Value List to this Field.
However, it appears that I can only add a Value List to
a "custom field" using the CustomFieldValueList????
methods of the Application object.
I guess I'm confused about how to create a Custom Field as
opposed to the field I am creating with the
TableFields.Add logic above.
Thanks in advance,
Evan
to this:
Set oTableField = Application.Projects(1).TaskTables
(1).TableFields.Add(pjTaskText1, pjLeft, 10,
sMaterialsName, pjCenter, -1, True)
Now I would like to add a Value List to this Field.
However, it appears that I can only add a Value List to
a "custom field" using the CustomFieldValueList????
methods of the Application object.
I guess I'm confused about how to create a Custom Field as
opposed to the field I am creating with the
TableFields.Add logic above.
Thanks in advance,
Evan