Access enterprise custom field from VBA

Q

question

Hi,

I need to access a enterprise custom field (task level) column through VBA.
I dont need to check for the value, but need check if the column is present
in the project. (To make sure the project is created from a particular set of
templates).

Any pointers would be helpful.

Thanks.
 
J

Jack Dahlgren

Enterprise custom fields are present in all the projects whether they are
created from a template or not. So checking to see if it is present will not
help you.
You will have to set the value in the template or some other sort of flag to
identify the project. You could set a flag on the project summary task or
some other sort of thing. Or check for a value in the custom field. But the
presence of the custom field will tell you nothing by itself.

-Jack Dahlgren
 
Top