Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top You've loaded an old revision of the document! If you save it, you will create a new version with this data. Media Files====== Word macros ====== ===== Resize all images ===== <code vbscript> 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 </code> SavePreviewCancel Edit summary word_macros.1679134150.txt.gz Last modified: 2023/03/18 18:09by admin