Copy/Paste question

R

Rich

I've written a program that will open a PPT file, and
save each slide in the PPT as a separate PPT file. For
example, if there are 20 slides in the source PPT, then
you will end up with 20 new PPT files, one for each slide.

The problem is that I'm using the Copy/Paste methods of
the PowerPoint object to do this. So, while my program
is processing a PPT file, if the user switches to another
window -- say, Word -- and Copies anything, then that is
placed on the clipboard and replaces the slide that *was*
on the clipboard. Now instead of having a slide on my
clipboard, I now have a piece of text. Which is
undesirable.

Any method I can use besides copy/paste?
 

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