How to add subproject to master project

F

fan

Import "Microsoft.Office.Interop.MSProject"
How add a subproject to a project by coding? project.Subproject has not the
method of "Add"

Thanks
 
J

John

fan said:
Import "Microsoft.Office.Interop.MSProject"
How add a subproject to a project by coding? project.Subproject has not the
method of "Add"

Thanks

fan,
Try recording a macro of you adding a subproject manually. Then modify
that code as needed.

John
Project MVP
 
Top