View Single Post
 
Old 03-01-2023, 05:22 PM
bblelli bblelli is offline Windows 10 Office 2021
Novice
 
Join Date: Feb 2023
Posts: 22
bblelli is on a distinguished road
Angry 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
Reply With Quote