Hi,
using powerpoint 2003 - need a macro which will add a presentation from another presentation. Ive tried this
ActivePresentation.Slides.InsertFromFile _
"S:\XXX.ppt", 0, 2, 2
However as its indexed the new slide will always land at the front - is there a way to create a macro which doesn't need an index - but rather you select where you want the slide and then run the macro? If there are any ideas please let me know - ive seen a few but they don't explain how to incorporate the above code into the other coding. Please help!
using powerpoint 2003 - need a macro which will add a presentation from another presentation. Ive tried this
ActivePresentation.Slides.InsertFromFile _
"S:\XXX.ppt", 0, 2, 2
However as its indexed the new slide will always land at the front - is there a way to create a macro which doesn't need an index - but rather you select where you want the slide and then run the macro? If there are any ideas please let me know - ive seen a few but they don't explain how to incorporate the above code into the other coding. Please help!