*Technically* this will always be 1 step behind any saves you make.
For example: if you save the file as ABC.MPP then the Properties field will not be updated until the NEXT time you open the file.
But this is actually a good thing because you can rename the file on the disk and then open it. When you open the renamed file, that renamed filename is used to populate the Properties field.
Making the Project Summary Task is not the problem. I can create a template file with that option checked in the tools>options>view tab.
The difficult bit for me, is to have a method of forcing the Project Summary Task to automatically reflect the mpp project "filename".
If this isnt possible, perhaps I could customise a text field in the project plan to automatically place the mpp filename in line with all of the tasks down the project plan.
The reason Im trying to do this to manipulate the data out of a master project plan for reporting. Each child project would have a different filename against the task descriptions.
Put a check mark in "Show project summary task" and youll see that its there.
For an existing project file:
File > Properties > Summary-tab > Title-field
Given that you have to type something in Excel to have the file name appear, the "new project file" approach is significantly more efficient to propagate the filename to the Project Summary Task and the "existing project file" is just 3 clicks away.
Spider Project is most functional and powerful professional project management software.
The first SP version was launched in 1993 and since then it has been constantly improved. Today is used in 34 countries though most Spider Project customers are in Russia. Spider Project offers numerous unique functional features and is the only PM software that optimizes resource, cost, and material constrained schedules and budgets for projects and portfolios.
The unique features of Spider Project include Quantity Based Scheduling, Conditional Scheduling, Skill Scheduling, Optimal Resource, Cost and Material Leveling, Resource Critical Path Calculation, Cash and Material Flows Calculation and Management, Trend Analysis, Advanced Risk Simulation and Analysis, Calculation of Success Probability Trends, Calculation and Management of required Project Time and Cost Buffers, Application of Corporate Norms, Management of many Parallel Budgets, Multiple WBS and many others.
Spider Project was and is used for management of many large scale programs in Russia, including $51bln construction program for 2014 Winter Olympic Games preparation.
The application areas where Spider Project is successfully used include Aerospace, Banking, Construction, Defense, Energy, Engineering, Infrastructure, Manufacturing, Metallurgy, Mining, Oil & Gas, Railways, Retail, Shipbuilding, Software Development, Telecommunications, Utilities, etc.
P6-Auditor - Display information from Primavera P6 audit tables in a user-friendly format
Unifier-Archiver - Extract and archive important documents and attachments from Primavera Unifier
Unifier-Loader - Load data into and out of Unifier via Excel
PCM-Loader - Import data into Primavera Contract Management with flexible and secure, template-driven Excel spreadsheets
PCM-Archiver - Extract and archive important documents and attachments from Primavera Contract Management
PCM-Unifier Migrator - Automatically transfer live and historical data from Primavera Contract Management to Primavera Unifier with ease
Create Radically Better Construction Schedules with ALICE Technologies
Use the power of AI to create construction schedules that reduce risk while cutting costs and build time. With ALICE, develop the ideal schedule during preconstruction -- or recover projects that are off schedule and over budget.
Thanks LEN Lewis...Ill give it a go.
Been very frustrated to see the option to save project 07 files as access databases.
Saving master projects in excel and reporting from that... this will help retaining filenames in the master file.
Add the following VBA to your project file:
Private Sub Project_Open(ByVal pj As Project)
ActiveProject.ProjectSummaryTask.Name = ActiveProject.Name
End Sub
*Technically* this will always be 1 step behind any saves you make.
For example: if you save the file as ABC.MPP then the Properties field will not be updated until the NEXT time you open the file.
But this is actually a good thing because you can rename the file on the disk and then open it. When you open the renamed file, that renamed filename is used to populate the Properties field.
Merci Alexandre.
Great idea...I just tried that but unfortunately the field becomes blank when I take the title out of the properties dialogue.
Im using MSP 2007 & have found that this functions a little differently to the previous versions... and not always in a good way.
Any ideas about a function to place the filename into an added column like the Text1 column?
Many thanks again for your help. :)
Sa,
just clear the "Project Title" field in the Properties dialog; MSP will then display the project file name instead of the project title
Alexandre
Thanks for getting back so fast LEN Lewis. :)
Sorry, I think you have missed my aim.
Making the Project Summary Task is not the problem. I can create a template file with that option checked in the tools>options>view tab.
The difficult bit for me, is to have a method of forcing the Project Summary Task to automatically reflect the mpp project "filename".
If this isnt possible, perhaps I could customise a text field in the project plan to automatically place the mpp filename in line with all of the tasks down the project plan.
The reason Im trying to do this to manipulate the data out of a master project plan for reporting. Each child project would have a different filename against the task descriptions.
Hope this makes sense everyone. :)
For a new project file:
File > New
create your file
File > Save
The next time you open your file:
Tools > Options > View-tab
Put a check mark in "Show project summary task" and youll see that its there.
For an existing project file:
File > Properties > Summary-tab > Title-field
Given that you have to type something in Excel to have the file name appear, the "new project file" approach is significantly more efficient to propagate the filename to the Project Summary Task and the "existing project file" is just 3 clicks away.