I just used MasterProject as a placeholder.. I imagine that MS Project uses the File name as the Project Name. Assuming that the file you are making for your boss is named Master.mpp then
Dim MasterParoject As Project
Set MasterProject = Projects("Master.cpp")
'start of dir code
'
'
MasterProject.ConsolidateProjects(Filenames:=projFile)
'dir code
loop
Somewhere on the internet I found a downloadable copy of vbapj10.chm, the MS Project help file. That is what I have been referencing in this thread, because I don't have MS Project.