List of available columns via VBE

  • Thread starter Mehran Pourzinal
  • Start date
M

Mehran Pourzinal

Hi,
Is it possible to get list of all available columns via
VBE code? The same listing that is displayed in the Column
Definition dialog box.
 
J

John

Mahran,
Well, yes, I guess it depends on what you mean by "get a list". I don't
know of any single method that will give them to you all at once other
than calling up the column definition dialog box via VBA. Generally each
of the Project fields will have a syntax something like the following:
ActiveProject.Tasks.[fieldname]

Hope this helps.
John
 

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