T
Team
How can I find out the file extension of an image inserted on a slide in a
PowerPoint presentation?
I have created a tool to find out the image file extension, inserted on a
slide. I use the following code for this.
"ActivePresentation.Slides(1).Shapes(3).AlternativeText".
In PowerPoint 2007 it returns the file name with extension, but in
powerpoint 2003 it returns only the file name(without extension). Is there
any way to find out the image name extension inserted on a slide?
PowerPoint presentation?
I have created a tool to find out the image file extension, inserted on a
slide. I use the following code for this.
"ActivePresentation.Slides(1).Shapes(3).AlternativeText".
In PowerPoint 2007 it returns the file name with extension, but in
powerpoint 2003 it returns only the file name(without extension). Is there
any way to find out the image name extension inserted on a slide?