Changing the size of all my .png pictures
Dears,
How can I loop through all my .png pictures and change the size and location of each .png picture?
I'm trying to use the InlineShapes but it's not working.
Dim pic As InlineShape
For Each pic In ActiveDocument.InlineShapes
This for session does not find any .png file.
How can I do that?
Thanks
|