banner



How To Make All Images The Same Size In Word

* Delight try a lower page number.

* Please enter only numbers.

* Please effort a lower page number.

* Please enter only numbers.

Hello. I am using Discussion 2010 on XP
I am trying to keep an archive of a website by copying each page (via screen shot) into Word. The images are pasted on a landscape 11x8.five certificate. When I paste these they do not fill the page, but are scaled in at 32%. I want to select all of these images to resize them all to about fifty% so they all fill the page more.

I am non able to press the shift key and select ii or more. Each web page is on it'southward own folio in Word.
These are set up for in-line, which is the way I like. I do non accept any text in this document. Is there a way to select them all, select all does non work. Formatting a motion picture was not the aforementioned as it was in 2003. Why did they get rid of that right-click format picture? Anyway, that'south some other story.


Try using a macro with the following code:

Dim i Every bit Long
With ActiveDocument
For i = 1 To .InlineShapes.Count
With .InlineShapes(i)
.ScaleHeight = 50
.ScaleWidth = l
End With
Side by side i
End With

Promise this helps,
Doug Robbins - MVP Office Apps & Services (Discussion)
dougrobbinsmvp@gmail.com
Information technology's time to replace 'Diversity, Equity & Inclusion' with 'Excellence, Opportunity & Civility' - V Ramaswamy

71 people found this respond helpful

·

Was this reply helpful?

Sorry this didn't assist.

Peachy! Thanks for your feedback.

How satisfied are you with this reply?

Cheers for your feedback, it helps us meliorate the site.

How satisfied are you with this reply?

Thanks for your feedback.

Thanks Doug, that does piece of work, but is there a way to select more than 1 object in Word? I'm more of an Adobe gal and I wish it was that easy...

I also tried pasting as a screen shot and that filled upwards the folio a fleck more than.

4 people found this answer helpful

·

Was this reply helpful?

Sorry this didn't assist.

Nifty! Cheers for your feedback.

How satisfied are you with this respond?

Thanks for your feedback, it helps united states of america improve the site.

How satisfied are you with this respond?

Thank you for your feedback.

You can select multiple objects as follows: First click to select the first one. Then hold the Ctrl primal as yous click more objects. Y'all'd have to change the zoom and then that you can see more than than i page at a time of course.

Using Doug'south macro would actually be a lot quicker.

Stefan Blom
Role Apps & Services (Word) MVP
Volunteer Moderator (Part)
~~~~
Please annotation that I do not work for Microsoft
MVP plan info: https://mvp.microsoft.com/
~~~~

eight people constitute this reply helpful

·

Was this respond helpful?

Sorry this didn't help.

Great! Cheers for your feedback.

How satisfied are y'all with this reply?

Thanks for your feedback, it helps usa improve the site.

How satisfied are you with this respond?

Thanks for your feedback.

How-do-you-do Stefan. When I click the Ctrl key it doesn't piece of work. When I have i object selected with the Ctrl key held downwardly still, I try to select the next object, but I become naught. The cursor turns into a white arrow with what looks like a tiny trivial text box with a plus sign, but I am unable to select. I tried Shift, I tried alt, I tried combinations of both, all 3...cypher. I need to accept this set in-line.

I just in general want to know how to select more than one object. I call back it is very odd that yous are not able to this easily in a program like this. I believe you lot can in PowerPoint, and then why not Word?

If I use the screen shot re-create and paste, I practise not need to use that macro. I am simply going to use Publisher. It seems to do the trick. I volition but catechumen to .pdf so everyone can open it.

9 people found this reply helpful

·

Was this respond helpful?

Pitiful this didn't help.

Great! Thanks for your feedback.

How satisfied are you lot with this reply?

Cheers for your feedback, it helps united states improve the site.

How satisfied are you lot with this reply?

Thanks for your feedback.

Sorry, Ctrl + click only works with objects whose Text Wrapping is not "In line with text"; I missed that your objects were "In line with text." :-(

Stefan Blom
Office Apps & Services (Give-and-take) MVP
Volunteer Moderator (Office)
~~~~
Please note that I practice not work for Microsoft
MVP program info: https://mvp.microsoft.com/
~~~~

x people found this answer helpful

·

Was this answer helpful?

Sad this didn't aid.

Great! Cheers for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps u.s. better the site.

How satisfied are you with this respond?

Cheers for your feedback.

no worries. I find it easier to employ in-line because one object goes after the other rather than on height (in this example), just it is nice to know I can use Ctrl for the other settings

Was this reply helpful?

Lamentable this didn't aid.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are y'all with this reply?

Thanks for your feedback.

No statement here! Whenever possible, it's always all-time to use "In line with text." I have specified information technology as the default insert and paste format (in Word Options).

Past the fashion, good luck with the macro.

Stefan Blom
Office Apps & Services (Word) MVP
Volunteer Moderator (Role)
~~~~
Please annotation that I do not piece of work for Microsoft
MVP programme info: https://mvp.microsoft.com/
~~~~

10 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Not bad! Thank you for your feedback.

How satisfied are you lot with this reply?

Thank you for your feedback, information technology helps united states of america improve the site.

How satisfied are yous with this respond?

Cheers for your feedback.

This is not equally good as the macro choice every bit you even so can't select all images at in one case, only for those who don't know annihilation most using macros you can change the movie size for your first image then hit F4 when selecting your next paradigm to get a uniform prototype size.

To size all images to the aforementioned acme and width:

ane. Right click first image, open up 'Size and Position' box (or open box from the Film -> Format -> Size box. You demand the size box, not simply the elevation and width options in the tab, to disable the lock attribute ratio or this won't work)

2. Disable 'Lock Aspect Ratio'

3. Change acme and width to desired size

iv. Close box

5. Click on next image and striking F4. Continue by clicking on sequential images and striking F4.

6. For large documents, use the vertical coil bar on the right mitt side to motion between images

Uniform aspect ratio for all images

1. Right click commencement image, open 'Size and Position' box (or open box from the Motion picture -> Format -> Size box).

2. Change the aspect ratio % value

three. Close box

4. Click on next image and hit F4. Note, the aspect ratio value wasn't changed to exactly the same value for all images, just was shut (53 % instead of 50%) then the macro way is more precise

366 people found this respond helpful

·

Was this reply helpful?

Sorry this didn't help.

Nifty! Thanks for your feedback.

How satisfied are y'all with this reply?

Cheers for your feedback, it helps the states better the site.

How satisfied are y'all with this respond?

Thank you for your feedback.

Try using a macro with the following code:

Dim i As Long
With ActiveDocument
For i = 1 To .InlineShapes.Count
With .InlineShapes(i)
.ScaleHeight = l
.ScaleWidth = l
End With
Next i
End With

awesome sir, very adept code. perfect.

when someone wants to resize all the images in ms give-and-take. select the in a higher place lawmaking, click on view, create a new macros, re-create paste and it works like a charm.

you lot saved then much of my time.

you are awesome.

nash

22 people found this respond helpful

·

Was this answer helpful?

Sad this didn't assist.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

Cheers!  I needed some way to resize all photos at work this morning and this worked perfectly.  I inverse the .ScaleHeight and .ScaleWidth just a bit to go a size that worked for my project, and it did what I needed.

I capeesh people who have the time to write these posts and help others.

Jennifer

10 people found this reply helpful

·

Was this respond helpful?

Lamentable this didn't help.

Groovy! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps united states of america improve the site.

How satisfied are you lot with this reply?

Thanks for your feedback.

* Please try a lower page number.

* Delight enter merely numbers.

* Please attempt a lower page number.

* Please enter just numbers.

How To Make All Images The Same Size In Word,

Source: https://answers.microsoft.com/en-us/msoffice/forum/all/select-multiple-images-in-word-to-resize-all/2061eed7-0522-4127-9b84-f490c02e2d81

Posted by: williamsciageng.blogspot.com

0 Response to "How To Make All Images The Same Size In Word"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel