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".
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 "Maxwell Anderson" wrote in message news:475df719-c623-4bf6-aaeb-fdfc475a3a5d@e53g2000hsa.googlegroups.com... > 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". > >