scott_hanebutt said:
I am wanting to know how to add the Project Summary line to the Excel file in
"Export to Excel" by Jack Dahlgen.
Thanks,
Scott Hanebutt
Scott,
I assume you are referring to Jack's macro called, "export hierarchy to
Excel". In the second "For Each t in ActiveProject.Tasks" loop use the
ProjectSummaryTaskProperty. For example the following line will give the
Task Name for the Project Summary Task:
PSTName = ActiveProject.ProjectSummaryTask.Name
Use the same construct for other fields of the Summary Task.
Hope this helps.
John
Project MVP