B
Barb Reinhardt
I have the following to add a slide to the presentation
Set oSL = aPPS.slides.Add(aPPS.slides.Count + 1, .Shapes(j).Parent.Layout)
but there are times when I want to define oSL as the last slide in the
active presentation. How would I do that?
Thanks
Set oSL = aPPS.slides.Add(aPPS.slides.Count + 1, .Shapes(j).Parent.Layout)
but there are times when I want to define oSL as the last slide in the
active presentation. How would I do that?
Thanks