Find table column header cell title programmatically?

C

Curmudgeon

Can anybody tell me how to access the Title property of a column in
the current table programmatically? I'm looking for a way to find the
column titles that have been assigned in an mpp. To do this, I need to
specify which table (namely, the table underlying the current view)
and the Column (so I need to list the columns in the table) and the
Title that has been assigned to each column. I assume this would use
Tables, Table, TableFields, and TableField, but I'm not sure how to
use this to specify the current Table.
 
C

Curmudgeon

Can anybody tell me how to access the Title property of a column in
the current table programmatically? I'm looking for a way to find the
column titles that have been assigned in an mpp. To do this, I need to
specify which table (namely, the table underlying the current view)
and the Column (so I need to list the columns in the table) and the
Title that has been assigned to each column. I assume this would use
Tables, Table, TableFields, and TableField, but I'm not sure how to
use this to specify the current Table.

I got the answer on Experts Exchange - see:
http://mymsaccessblog.blogspot.com/2008/02/ms-project-use-tasktable-to-get-fields.html
 

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