How do I add the second slide of a powerpoint as an object.

Joined
Jan 12, 2007
Messages
1
Reaction score
0
I want to have a powerpoint the takes both slides one and two of another .ppt file. Is there another parameter in this line to make it use the second slide?

ActiveWindow.Selection.SlideRange.Shapes.AddOLEObject(Left:=120, Top:=110, Width:=480, Height:=320, FileName:="c:\test.ppt", Link:=msoFalse).Select
 
Back
Top