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
 
Top