I'm trying to insert predefined slides from an other presentation and have found the following code
ActivePresentation.Slides.InsertFromFile _
"c:\ppt\sales.ppt", 2, 3, 6
which inserts the specified slides after slide 2, but how do i make it so it'll insert the files after whatever slide the user is on?
Many thanks
thom
ActivePresentation.Slides.InsertFromFile _
"c:\ppt\sales.ppt", 2, 3, 6
which inserts the specified slides after slide 2, but how do i make it so it'll insert the files after whatever slide the user is on?
Many thanks
thom