Inserting project file

M

mankoni

I have f1.mpp which looks like

s1
t1
t2
s2
t3
s9

I have another file f2.mpp

s4
t5
t6
s5
t8

I need to insert f2.mpp into f1.mpp starting after t3. Is there a
efficient way to do this including getting the indent levels correct ?

Thanks
 
J

John

I have f1.mpp which looks like

s1
t1
t2
s2
t3
s9

I have another file f2.mpp

s4
t5
t6
s5
t8

I need to insert f2.mpp into f1.mpp starting after t3. Is there a
efficient way to do this including getting the indent levels correct ?

Thanks

mankoni,
Sure, just insert it. Select s9 in file 1 as the insertion point and
then insert file 2 via Insert/Project. File 2 will be inserted directly
under t3. You can then indent it if desired so that t3 is a summary line
for the inserted file 2 or leave it as is and it will be at the same
outline level as t3.

John
Project MVP
 

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