> In article <1188800800.451575.62...@r34g2000hsd.googlegroups.com>, Medha wrote:
> > Hello,
[quoted text clipped - 20 lines]
> PPTools: www.pptools.com
> ================================================
Hi,
Thanks for the information.
I tried copying all the shapes from source slide into destination
slide, but the notes page content is not copied.
Yes, the answers will be in VBA, i will translate it into C++.
Please suggest.
Steve Rindsberg - 04 Sep 2007 17:20 GMT
> > In article <1188800800.451575.62...@r34g2000hsd.googlegroups.com>, Medha wrote:
> > > Hello,
[quoted text clipped - 27 lines]
> Yes, the answers will be in VBA, i will translate it into C++.
> Please suggest.
First suggestion: use a name but not a real email address when you post here. The
spammers LOVE to come fishing for email addresses; you don't want them to catch
you.
Now, since you already know how to copy shapes from one slide to another, you're
most of the way there.
Instead of copying each shape in the .Slide.Shapes collection, copy each shape in
.Slide.NotePage.Shapes
Other than that, the same code should work for each.
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================