Project 2003: weird problem?

E

Ed

I can see the Application.GlobalOutLineCodes using VBA "Add Watch". What's
weird is, the first time I expand the LookupTable, the correct count and
correct values appear as enumerated items (as expected). If I collapse the
LookupTable and expand it again, the count is zero and the values (items) are
gone? Regardless, each time I try to access outline table #4 with VBA, the
count contains zero, but if I expand the lookuptable, the count I see is 10,
given the disappearing act noted above.

The attempt to access the Count is done via:
Application.GlobalOutLineCodes.Item(tblNbr).LookupTable.Count, where # is the
Item number of the outline table I'm trying to access.

The items are referenced
with:Application.GlobalOutLineCodes.Item(tblNbr).LookupTable.Item(itmNbr).Fullname

I have no idea what's going on. Especially with the disappearing act.
Can anyone help?
Thanks
 

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