Edit this pageOld revisionsBacklinksAdd to bookExport to PDFBack to top Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer Reddit TeamsRecent ChangesSend via e-MailPrintPermalink × Table of Contents Word macros Resize all images References Book Creator Add this page to your book Book Creator Remove this page from your book Manage book(0 page(s)) Help Word macros Edit Resize all images Sub AA_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 Edit References How can I resize (not compress) multiple images in a MS Word document? Edit word_macros.txt Last modified: 2023/03/18 18:12by admin