bobaol
Board Regular
- Joined
- Jun 3, 2002
- Messages
- 225
- Office Version
- 365
- 2003 or older
- Platform
- Windows
I would like to use VBA to insert a new slide, then insert an image to the slide. I have 14 jpg images. here is an example of the name for three images: c:\temp2\jkflaj1.jpg c:\temp2\98u98s2.jpg c:\temp2\hga3.jpg I want to explicitly define my image and location. so, the code would need to go like this:
- insert slide (slide2), insert image c:\temp2\jkflaj1.jpg. this image would remain on slide 2, not move to another slide
- insert another slide (slide3), insert image c:\temp2\98u98s2.jpg this image would remain on slide 3, not move to another slide
- insert another slide (slide4), insert image c:\temp2\hga3.jpg this image would remain on slide 4, not move to another slide