Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Finding & resizing multiple images

I have a doc with hundreds of images, and I want to build a macro which will find them all and resize them.
I also have objects of MathType (sth like equation editor) and I do not want them to be affected.
Thnx in advance
[234 byte] By [apprentice] at [2007-11-11 6:48:54]
# 1 Re: Finding & resizing multiple images
Eventually I found how to do the first (finding all images).
Now I want to seperate them from mathtype.
I use the statement
if iShape.Type=sthobjct then
...

where sthobject is the equation object. The problem is that i do not know exactly the name of it. Any ideas?
apprentice at 2007-11-11 17:27:57 >