VBA macro to extract images from word document into powerpoint?

Dalia R

New member
I need to extract eighty (80) images saved in word file then import these images into PowerPoint slides for presentation. I think the sequence will be as follows:

1- Extract all images from word document, then save them on the hard drive sequentially. (i.e. 1.jpg, 2.jpg, etc.)


2- Import all the images from that folder into PowerPoint one image per slide. (i.e. 80 slides will ultimately be created)

3- Loop over all the slides within 20 seconds or so. Show the first slide, pause for a fraction of a second, show the next slide, pause, etc until the last slide. Scrolling over all the slides will show the still pictures a if they are in motion.


I think combination of word macro will be required for step 1 above, and PowerPoint macro(s) for step 2 and 3) will be needed. I appreciate any help or any other idea that will lead to the final goal above.
 
Back
Top