

Find the area you want to paste into, and press Control-V on Windows, or Command-V on Mac to paste. Now, by default, PowerPoint uses the paste option Use Destination Theme, which means it converts to. Youll see this pop-up called Paste Options. To do that, Ill click on the copy dropdown in the corner of the new slide thumbnail. Set objPresentation = Presentations.Open("2. Click on a string of text and press Control+C or Cmd+C to copy the element. In many cases, this is great, but lets suppose that I want to paste the slide in but maintain its original colors. When you project the slide, you are looking at a second generation image, a copy of the original slide and there is a loose of light because you are seeing the reflection of the light beams in the screen. 'use path with the file if it is in a different location ("c:\2.pptx") Right-click the selected slide (s), and then click Copy. Projecting the slides onto a screen and photographing the screen gives a much worse quality that photographing the back-lighted slide. Set objPresentation = Presentations.Open("C:\2.pptx")įor i = 1 To įor example, if you open the target PPTX presentation and run the following VBA macro, it will copy the first slide out of the 2.pptx presentation file and paste it into the current target PPTX. Use painting and drawing tools/ applications to create.
#COPY THE FIFTH SLIDE AND PASTE IT AFTER THE EIGHTH SLIDE CODE#
You can modify the code to copy a single slide and then past into multiple presentations with the loop. Copy and paste or import graphics change their size and position on a slide. This will copy all of the slides from the first presentation to a second presentation using a loop.

I found this VBA code that may help you get started.
