Yes, this is a bug with the InsertAfter in PPT 2007 reported by, Word MVP,
Jonathan West. Use the following code instead to get the same effect.
Application.ActivePresentation.Slides(1).Shapes(1).TextFrame _
.TextRange.InsertAfter(" ").Paste
Regards,
Shyam Pillai
Image Importer Wizard
http://skp.mvps.org/iiw.htm
> In 2003 I could do the following:
>
[quoted text clipped - 17 lines]
>
> Burnsie
Burnsie - 23 May 2008 14:24 GMT
Shyam,
Thanks a lot. This is exactly what we need.
Burnsie
> Yes, this is a bug with the InsertAfter in PPT 2007 reported by, Word MVP,
> Jonathan West. Use the following code instead to get the same effect.
[quoted text clipped - 29 lines]
> >
> > Burnsie