I am preparing a presentation and need to extract eighty(80) images from word file then import them into powerpoint presentation.
I think three macros will be needed in this sequence:
1- A word macro to extract all images from word document, then save them in a folder on the hard drive using a sequential name. (i.e. 1.jpg, 2.jpg, etc.)
2- A powerpoint macro to import all the images from that folder and save them as one image per slide. (i.e. 80 slides will ultimately be created)
3- Powerpoint macro to loop over 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.
I appreciate any help. Any other idea that will lead to the final goal above will also be appreciated.
I think three macros will be needed in this sequence:
1- A word macro to extract all images from word document, then save them in a folder on the hard drive using a sequential name. (i.e. 1.jpg, 2.jpg, etc.)
2- A powerpoint macro to import all the images from that folder and save them as one image per slide. (i.e. 80 slides will ultimately be created)
3- Powerpoint macro to loop over 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.
I appreciate any help. Any other idea that will lead to the final goal above will also be appreciated.