Enterprise Task Outline Code Fields - VBA

S

Sean

I'm trying to manipulate the enterprise task outlinecode1's lookup table
using VBA. The below code allows manipulation of standard outlinecode1, but
I can't seem to find the similiar code for the enterprise fields.

Set objlookup = ActiveProject.OutlineCodes(1).LookupTable
 
Top