Загрузка страницы

How to Resize Multiple Images in Word (Two Methods) | Resize Automatically Using A Macro

Learn to resize multiple images in MS-Word using two different methods. Use method one to resize images one-by-one. Use method two if you have to resize several images (more than 10) in one go.

Method 1
0:00:16 Begin of resizing

Method 2
0:04:02 Start of method 2
0:04:17 Creating a macro
0:05:17 Run a macro
--------------------------------------------------------------------
Here is the script (macro) for method two:
--------------------------------------------------------------------
Dim x As Long
With ActiveDocument
For x = 1 To .InlineShapes.Count
With .InlineShapes(x)
.LockAspectRatio = msoFalse
.Height = InchesToPoints(3.5)
.Width = InchesToPoints(2.5)
End With
Next x
End With
-----------------------------------------------------------------------

Видео How to Resize Multiple Images in Word (Two Methods) | Resize Automatically Using A Macro канала Nabeel Akhtar
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
26 июля 2021 г. 0:58:54
00:07:10
Яндекс.Метрика