Thanks for your feedback. I'm having problems with this line:
Set oSl = aPPS.Slides.Add(aPPS.SlidesCount+1, .Shapes(j).Parent.Layout)
Probably because initially, I create a new presentation programmatically
with no slides in it. How do I address that?
It looks like Steve is in danger of losing his Championship Air Code
title. Trying putting a dot between Slides and Count. The fact that there
are no slides shouldn't make a difference because aPPS.Slides.Count
should be 0 so adding 1 to that will mean tht the line tries to put a
slide at position 1.
--David

Signature
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
=?Utf-8?B?QmFyYiBSZWluaGFyZHQ=?=
<BarbReinhardt@discussions.microsoft.com> wrote in
news:EB9870A0-1C33-4A53-8022-6B36C299F8D7@microsoft.com:
> Thanks for your feedback. I'm having problems with this line:
>
[quoted text clipped - 35 lines]
>> PPTools: www.pptools.com
>> ================================================
Barb Reinhardt - 15 Nov 2006 19:31 GMT
Thanks, that did it (after I fixed another typo as well). :)
> It looks like Steve is in danger of losing his Championship Air Code
> title. Trying putting a dot between Slides and Count. The fact that there
[quoted text clipped - 42 lines]
> >> PPTools: www.pptools.com
> >> ================================================
Steve Rindsberg - 15 Nov 2006 22:15 GMT
> It looks like Steve is in danger of losing his Championship Air Code
> title.
On the contrary, this is the sort of thing that makes for Winning Air Code.
Without these little adventures, it wouldn't be worth of the name.
Thanks for the recovery services!
>Trying putting a dot between Slides and Count. The fact that there
> are no slides shouldn't make a difference because aPPS.Slides.Count
> should be 0 so adding 1 to that will mean tht the line tries to put a
> slide at position 1.
> --David
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================