Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 05-09-2012, 01:05 PM
ShSimpson ShSimpson is offline Resizing all images in document Windows 7 64bit Resizing all images in document Office 2010 64bit
Novice
Resizing all images in document
 
Join Date: Feb 2009
Location: Alberta Canada
Posts: 4
ShSimpson is on a distinguished road
Default Resizing all images in document


I have created a manual and in this I have a number of images and graphics. The person that I submitted this too wants these to be smaller. Is there a way to change all of the images in a document by a certain percentage. I would like to reduce them all by 25%.
Reply With Quote
  #2  
Old 05-10-2012, 01:03 AM
macropod's Avatar
macropod macropod is offline Resizing all images in document Windows 7 64bit Resizing all images in document Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,962
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi ShSimpson,

On the assumption the pictures aren't in-line with the text, you could use a macro like:
Code:
Sub Reformat()
Application.ScreenUpdating = False
Dim oShp As Shape
For Each oShp In ActiveDocument.Shapes
  With oShp
    .ScaleHeight 0.75, False
    .ScaleWidth 0.75, False
  End With
Next oShp
Application.ScreenUpdating = True
MsgBox "Finished Reformatting."
End Sub
Note that this will resize every kind of non-inline shape in the document.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Document window resizing misbehavior Clueless in Seattle Word 4 01-10-2012 07:29 PM
Resizing all images in document TOC links to images in document? Splint Word 3 11-06-2011 05:50 AM
Resizing all images in document Need to make sure all images are 300+ dpi in word document Ralph Drawing and Graphics 3 08-20-2011 03:57 AM
hiding images in word document gib65 Drawing and Graphics 3 08-17-2011 11:09 AM
Resizing all images in document editing of images, tables and caption in the whole document. Jamal NUMAN Word 4 07-08-2011 04:14 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:46 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft