R
RevKev
Hello All,
I am trying to access/get the fieldname of a column in a view. I can't seem
to figure it out. What I have is:
Dim curTable As Table
Set curTable = ActiveProject.TaskTables(ActiveProject.CurrentTable)
curTable.Apply
xlCol = curTable.TableFields.Item(0)
What I am trying to achieve is to allow the user to export a view to excel
and then programmatically build the view. What the Excel Sheet will need is
the headers / filed names.
Is there an easier way? Thanks for the help!
I am trying to access/get the fieldname of a column in a view. I can't seem
to figure it out. What I have is:
Dim curTable As Table
Set curTable = ActiveProject.TaskTables(ActiveProject.CurrentTable)
curTable.Apply
xlCol = curTable.TableFields.Item(0)
What I am trying to achieve is to allow the user to export a view to excel
and then programmatically build the view. What the Excel Sheet will need is
the headers / filed names.
Is there an easier way? Thanks for the help!