Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
The following macro code will blow up each picture 150%.
Sub ScratchMacro() Dim oShape As InlineShape For Each oShape In ActiveDocument.InlineShapes If oShape.Type = wdInlineShapePicture Then With oShape .ScaleHeight = 150 .ScaleWidth = 150 End With End If Next oShape End Sub You could add this code to a batch file macro to process all files: http://gregmaxey.mvps.org/Process_Batch_Folder.htm On Mar 21, 10:04 am, wrote: Hello, I have a requierment to increase the size of a number of pictures that have been inserted into MS Word. The issue is that I have around 30 pictures within each file and I have 50 files or more. Each picture within the document is smaller than required. I would prefer not to have to select each picture uniquely and change the size of it but I cannot seem to select them all at once within each document and apply a re-size to them all. If someone could help me with this, it would be greatly appreciated. Thanks - Mark |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
redfine the size of a series of pictures at the same time in word 2000 | Microsoft Word Help | |||
Inserting multiple pictures on a page | Microsoft Word Help | |||
prints multiple pictures | Microsoft Word Help | |||
Multiple pictures in Word | Microsoft Word Help | |||
Edit multiple files at one time | Microsoft Word Help |