"Export to Excel" by Jack Dahlgren

S

scott_hanebutt

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
 
J

John

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
 
J

JackD

Yep.
Scott, you will benefit from opening the project help and reading about the
object model.
Once you understand it you can do just about anything, or at least know when
what you want to do is impossible.
 

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