Project 2003: Access custom field values in VBA

E

Ed

I have a task interface form that reads custom field values from the global
enterprise settings to fill in drop-down boxes the User can then select
values from. Well, it's not actually "working".

This form has to be available to all Users, so it's stored in the Enterprise
Global template.

This form worked fine in project standard (2002). I receive the "Variable
not found" error message when attempting to execute the code from a "Checked
out global". One example is "pjCustomTaskEntText2". It's like the variable
is out of scope in this mode. I've searched the MSDN site, high and low, for
an explanation and have come up with nothing.

Can anyone help?
Thanks
 
E

Ed

Thanks Rod. I figured it out. It's not documented correctly. The correct
var is pjEnterpriseTaskText2
 

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