Automatically resize picture/image in Word?

I find that a quicker way to do this is to just use F4 (or Ctrl-Y). Note that on this page it says that F4 will Repeat the last action, but Ctrl-Y will also do the same thing. On the Mac version (Office 2011) F4 does not work, so Cmd-Y is the only option.

So, insert all your images without worrying about their size. Then right click on the first image and select Size and Position. Set the width as desired, then click OK. Then select each of the subsequent images (left click on them) and simply press F4 or Ctrl-Y.

This same trick can also be used to repeatedly apply other changes or effects in the Size and Position or Format Picture dialogs to different pictures.


From Default Picture Settings :

If you have a need to format quite a few pictures using the same settings, the easiest approach is to create a quick-and-dirty macro to apply the formatting settings you want. You could then paste the picture, select it, and then run the macro. You can create such a macro by following these general steps:

  1. Paste the picture in your document.
  2. Select the picture you just pasted.
  3. Start the macro recorder.
  4. Make the size and position changes to the picture, as desired.
  5. Stop the macro recorder.

Your macro is now ready to use. Whenever a new picture is pasted in your document, select it and run the macro to apply the "default" settings.

See also Assigning Shortcuts to Macros in Word 2007 :

If you really want to get the most out of your commonly used macros in Microsoft Word 2007, you can assign buttons or keyboard shortcuts to them so that the process of running these macros is even more efficient.


Word uses 96 dpi for images so if you resize your images to the correct size based on this you shouldn't notice any blurring.

i.e. for an A4 portrait page with 1cm margins, body width is 19cm, so image at 96 dpi should be resized to 718 pixels wide (19 / 2.54 * 96)