Get a value of enterprise task custom field

  • Thread starter Maxwell Anderson
  • Start date
M

Maxwell Anderson

Hi all, help me please.

How to get a value of enterprise task custom field in VBA? The custom
field is a enterprise task custom field of project server 2007 and
it's called "Fator de Ajuste".
 
R

Rod Gill

Hi,

This group is closing down soon, please use the project.programming group in
future.

To answer your questions, try:

FieldValue=Tsk.Getfield(application.FieldNameToFieldConstant("FieldName",pjTask))



--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com
 

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