View Single Post
 
Old 05-19-2011, 04:04 PM
twnty2 twnty2 is offline Windows XP Office 2003
Novice
 
Join Date: May 2011
Posts: 3
twnty2 is on a distinguished road
Exclamation Powerpoint 2003 InsertFromFile without needing index

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!
Reply With Quote