Resize multiple images at once in word | Word Resize all images

preview_player
Показать описание
How to Resize all Multiple Images/pictures at once in MS Word
or select multiple images in Word to resize all selected.

----------------------Macro Code--------------------

Sub resize()
Dim i As Long
With ActiveDocument
For i = 1 To .InlineShapes.Count
With .InlineShapes(i)
.ScaleHeight = 50
.ScaleWidth = 50
End With
Next i
End With
End Sub

----------------------------------Related Video---------------------------------

--------------------------My Stuff-----------------------

--------------------------Follow us-----------------------

Keep Watching, Keep learning...!!!

-~-~~-~~~-~~-~-
Please watch: "How to Use Macro in Excel | How to Create Macros in Excel | Macro Record kaise kare | Macro in Excel"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Thank you for this! been looking for a way for ages and heard it was possible with macros but even then didn't know what the steps were :)

AnotherGuy
Автор

Mil me cambiaste la thanx from Argentina

robertoescudero
Автор

but scaleheight and width = 50 what is the measurement here? in inches or cms or pixels

Discover_Peace
Автор

hey this was helpful but i want want to select a specific group of pictures to resize and this just resizes every picture i have in the document

phenomanal
Автор

Thx but this does NOT work if your pictures have been set to "Wrap Text -> In front of text". This stinks. By the way: the 50 in this example is dimensionless, it's a percentage (relative) value. Why does Word treat pictures so differently in the modes "In Line with text" and "In Front of Text"? Who can explain?

marcoam
Автор

Very nice. Short and too the point!!!! Thank you!!!

mercenarialusa
Автор

klass. Сбольшое Вам спасибо. Мне очень понравилось это видео. Удачи вам в ваших следующих начинаниях!

ihtiyorzikirov
Автор

How to resize all Math type equation in all word version 2010, 11, 16 etc. pls. given video

r-softtech
Автор

wow, thanks, this is great, I love learning coding

RW-tdhz
Автор

it didnt work, it adjusted all the sizes but not to the same exact size

MissizSaqib
Автор

How to text Equation images change font and bold in macro solution

ramprakashsingh
Автор

thank u so much !!!! so well explained !!!

samuelpinzon
Автор

really really really helpful!!!! thank you so

tejaswimanoj
Автор

Thank you so much, you saved me tons of time, really appreciated. it worked really well. : )

mihrigultursun
Автор

This did not work for me. Now all of my images are distorted and I have to start all over. Good thing I'd not completed loading all of my images to the document.

theonewhereisayhhh
Автор

Thank you so much for this! Do you know if there is a way to update the weight of multiple images at once?? Please help!

almacardona
Автор

Didn't work for me. I get run time error. Height issue, inline shape failed. What to do?

evakuhlbornefelt
Автор

How do you resize pictures on a certain page only? for example there is 100 pages on a .docx file, but you just want to resize pictures from pages 1-20 only. How do you do it? Thanks in advance! :)

greaterdan_dee
Автор

Can you help me ??
Jb hum kisi shape ko picture/photo se fill krte h tb vo proper us shape ke size m fill hota h lekin cell m picture fill krne pr vo proper size m nhi aata .
So I want to know ki m photo ko kisi table ki cell m exactly cell size like 6cm X 5cm m kaise Lau in M.S. word 2007 ???

niraladebnath
Автор

This really helped, thanks
But is this in inches or cm?

rakshav