InsertFromFile Method Example
This example inserts slides three through six from C:\Ppt\Sales.ppt after slide two in the active presentation.
ActivePresentation.Slides.InsertFromFile _ "c:\ppt\sales.ppt", 2, 3, 6