Microsoft Power Point Visual Basic Editor Object Browser

M

Medha

Hello,
I am working on a JAVA application. I am calling JNI APIs written in C+
+ through the code.
The application invokes Mircosoft power point. I need to copy the
NotesPage of a slide of a ppt and paste it to another ppt's slide's
NotesPage. I need to know how to do it in C++.
 
M

medhamanoli

Each slide has a notes page that's effectively part of the slide itself. You
can't delete the notes page from a slide or add notes pages without slides. So
you can't copy a notes page from one slide to another.

But you could delete all the shapes on slide A then copy all the shapes from
slide B to slide A.

If that'd suit your needs and you need help with it, ask away (expect that most
answers will be in VBA though ... that'll give you the method; you'll need to
translate it to your language.)

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top