Project enterprise custom fields in vba

E

El

Hi,

Does anybody know a way to programatically access
enterprise custom fields in a project object through vba?

Custom fields can be referenced like properties
(<object>.field) for other objects (i.e. tasks,
resources), this is not the case however with project
object.

Is there any other way to assign a project custom field
value via VBA (or other tool)? I need to import projects
with custom fields initial values preset.

Thank you in advance,
El
 
M

microsoft

just use a task for that.
assuming theres at least one task:

Task(1).EnterpriseProjectText1

or any other entetprise field....

Amir
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top