How To Make All Pictures The Same Size In Word 2016
* Please attempt a lower folio number.
* Please enter only numbers.
* Please endeavor a lower page number.
* Please enter simply numbers.
How-do-you-do. I am using Word 2010 on XP
I am trying to keep an annal of a website past copying each folio (via screen shot) into Word. The images are pasted on a landscape 11x8.5 document. When I paste these they do not fill upward the page, just are scaled in at 32%. I want to select all of these images to resize them all to about l% so they all fill up the page more than.I am non able to press the shift primal and select 2 or more. Each spider web page is on it'southward own page in Give-and-take.
These are set for in-line, which is the mode I similar. I do not have any text in this document. Is there a way to select them all, select all does not work. Formatting a flick was non the same as it was in 2003. Why did they get rid of that right-click format picture? Anyway, that's another story.
Endeavor using a macro with the following code:
Dim i As Long
With ActiveDocument
For i = 1 To .InlineShapes.Count
With .InlineShapes(i)
.ScaleHeight = 50
.ScaleWidth = l
Cease With
Next i
Stop With
Hope this helps,
Doug Robbins - MVP Office Apps & Services (Discussion)
dougrobbinsmvp@gmail.com
It'southward fourth dimension to replace 'Diversity, Disinterestedness & Inclusion' with 'Excellence, Opportunity & Civility' - V Ramaswamy
71 people found this reply helpful
·
Was this reply helpful?
Sorry this didn't assist.
Great! Thanks for your feedback.
How satisfied are you with this respond?
Cheers for your feedback, it helps usa improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
Thanks Doug, that does piece of work, simply is at that place a style to select more than 1 object in Word? I'one thousand more of an Adobe gal and I wish information technology was that piece of cake...
I as well tried pasting as a screen shot and that filled up the page a fleck more.
4 people found this reply helpful
·
Was this reply helpful?
Sorry this didn't aid.
Groovy! Thank you for your feedback.
How satisfied are y'all with this reply?
Cheers for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Cheers for your feedback.
Yous can select multiple objects equally follows: First click to select the first 1. Then hold the Ctrl key equally you lot click more objects. You'd have to change the zoom so that y'all tin can see more than i folio at a time of course.
Using Doug's macro would actually be a lot quicker.
Stefan Blom
Office Apps & Services (Word) MVP
Volunteer Moderator (Role)
~~~~
Delight note that I practise not work for Microsoft
MVP program info: https://mvp.microsoft.com/
~~~~
8 people found this answer helpful
·
Was this answer helpful?
Lamentable this didn't help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps u.s.a. ameliorate the site.
How satisfied are you with this respond?
Thank you for your feedback.
How-do-you-do Stefan. When I click the Ctrl key information technology doesn't work. When I accept one object selected with the Ctrl fundamental held down still, I try to select the next object, merely I get naught. The cursor turns into a white arrow with what looks similar a tiny little 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...nothing. I demand to accept this ready in-line.
I just in full general want to know how to select more 1 object. I think it is very odd that you are not able to this easily in a program similar this. I believe you lot can in PowerPoint, so why non Discussion?
If I utilise the screen shot copy and paste, I do not need to apply that macro. I am just going to utilise Publisher. It seems to do the play a joke on. I will just catechumen to .pdf so everyone can open it.
9 people institute this reply helpful
·
Was this reply helpful?
Sorry this didn't help.
Bang-up! Thank you for your feedback.
How satisfied are you with this answer?
Cheers for your feedback, information technology helps us improve the site.
How satisfied are you with this answer?
Thanks for your feedback.
Deplorable, 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
Function Apps & Services (Give-and-take) MVP
Volunteer Moderator (Office)
~~~~
Please note that I do not work for Microsoft
MVP program info: https://mvp.microsoft.com/
~~~~
10 people found this reply helpful
·
Was this reply helpful?
Sorry this didn't help.
Great! Thank you for your feedback.
How satisfied are yous with this answer?
Thanks for your feedback, it helps us improve the site.
How satisfied are you lot with this reply?
Thanks for your feedback.
no worries. I find it easier to utilize in-line because one object goes subsequently the other rather than on top (in this case), but information technology is prissy to know I can utilise Ctrl for the other settings
Was this respond helpful?
Sorry this didn't help.
Groovy! Thanks for your feedback.
How satisfied are y'all with this reply?
Thanks for your feedback, it helps u.s.a. improve the site.
How satisfied are you with this answer?
Cheers for your feedback.
No statement hither! Whenever possible, it's always all-time to employ "In line with text." I have specified it equally the default insert and paste format (in Word Options).
By the way, proficient luck with the macro.
Stefan Blom
Office Apps & Services (Word) MVP
Volunteer Moderator (Part)
~~~~
Please note that I practise non work for Microsoft
MVP program info: https://mvp.microsoft.com/
~~~~
ten people establish this respond helpful
·
Was this reply helpful?
Pitiful this didn't help.
Great! Thank you for your feedback.
How satisfied are yous with this reply?
Thanks for your feedback, it helps us ameliorate the site.
How satisfied are you with this respond?
Cheers for your feedback.
This is non as good as the macro choice every bit you lot withal tin't select all images at once, only for those who don't know anything virtually using macros you tin can change the picture size for your first image then hitting F4 when selecting your next image to get a compatible prototype size.
To size all images to the aforementioned acme and width:
i. Right click commencement prototype, open up 'Size and Position' box (or open box from the Picture -> Format -> Size box. You need the size box, not just the height and width options in the tab, to disable the lock aspect ratio or this won't work)
2. Disable 'Lock Aspect Ratio'
3. Change height and width to desired size
4. Close box
5. Click on next image and hit F4. Go along past clicking on sequential images and hit F4.
vi. For large documents, use the vertical scroll bar on the right paw side to move between images
Uniform attribute ratio for all images
1. Correct click commencement image, open 'Size and Position' box (or open box from the Motion picture -> Format -> Size box).
2. Alter the aspect ratio % value
3. Shut box
4. Click on next image and hit F4. Notation, the aspect ratio value wasn't changed to exactly the same value for all images, only was close (53 % instead of 50%) so the macro style is more precise
368 people found this answer helpful
·
Was this reply helpful?
Pitiful this didn't assistance.
Great! Thanks for your feedback.
How satisfied are you with this respond?
Cheers for your feedback, information technology helps us improve the site.
How satisfied are you with this reply?
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 = 50
Cease With
Next i
End With
awesome sir, very good code. perfect.
when someone wants to resize all the images in ms word. select the above code, click on view, create a new macros, copy paste and information technology works similar a amuse.
you saved so much of my time.
y'all are awesome.
nash
22 people found this reply helpful
·
Was this reply helpful?
Sorry this didn't help.
Great! Cheers for your feedback.
How satisfied are yous with this respond?
Cheers for your feedback, it helps us improve the site.
How satisfied are you with this answer?
Thanks for your feedback.
Cheers! I needed some way to resize all photos at work this morn and this worked perfectly. I inverse the .ScaleHeight and .ScaleWidth just a bit to get a size that worked for my projection, and information technology did what I needed.
I appreciate people who take the time to write these posts and help others.
Jennifer
ten people found this reply helpful
·
Was this respond helpful?
Sorry this didn't assistance.
Slap-up! Thanks for your feedback.
How satisfied are yous with this reply?
Cheers for your feedback, it helps united states amend the site.
How satisfied are you lot with this reply?
Thank you for your feedback.
* Delight effort a lower page number.
* Please enter only numbers.
* Please attempt a lower page number.
* Please enter only numbers.
How To Make All Pictures The Same Size In Word 2016,
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: selfancel1979.blogspot.com
0 Response to "How To Make All Pictures The Same Size In Word 2016"
Post a Comment