How to Resize Multiple Images in Word (Two Methods) | Resize Automatically Using A Macro

Поделиться
HTML-код
  • Опубликовано: 29 июл 2024
  • Buy me coffee: ko-fi.com/supportnabeel
    Learn to resize multiple images in MS-Word using two different methods. Use method one to resize images one-by-one. Use method two if you have to resize several images (more than 10) in one go.
    Method 1
    0:00:16 Begin of resizing
    Method 2
    0:04:02 Start of method 2
    0:04:17 Creating a macro
    0:05:17 Run a macro
    --------------------------------------------------------------------
    Here is the script (macro) for method two:
    --------------------------------------------------------------------
    Dim x As Long
    With ActiveDocument
    For x = 1 To .InlineShapes.Count
    With .InlineShapes(x)
    .LockAspectRatio = msoFalse
    .Height = InchesToPoints(3.5)
    .Width = InchesToPoints(2.5)
    End With
    Next x
    End With
    -----------------------------------------------------------------------
    Buy me coffee: ko-fi.com/supportnabeel

Комментарии • 40

  • @Fancy12352
    @Fancy12352 2 года назад +1

    The second method did over 200 images throughout a document perfectly at one time, the first time I tried!!! Thank you!

  • @miscellaneousista
    @miscellaneousista Год назад

    THANK YOU SOO MUCH for this video. I was looking for a way to make the second method work almost a whole day now, Literally! and I understood both the first and the second method only through this video. Very to the point, easy to follow and understand! Dua made for you!

  • @utopiadweller
    @utopiadweller Год назад +1

    Fantastic tutorial. Thanks!

  • @strawhat5155
    @strawhat5155 2 года назад

    macro worked. THANKS A LOT! Great tutorial bro, KEEP IT UP!

  • @fredfard9352
    @fredfard9352 2 года назад

    Thanks a lot Akhtar that was the best one regarding the inserting and sizing .

  • @sonarbeencaballero7765
    @sonarbeencaballero7765 Год назад +1

    It worked, Thank you!

  • @adamh7947
    @adamh7947 Год назад +1

    Thank you so much for this - I was able to use method #2 (the macro) to edit the size of 500+ images at once. Worked brilliantly.

    • @nabeelakhtarr
      @nabeelakhtarr  Год назад +1

      I’m glad it worked!

    • @adamh7947
      @adamh7947 Год назад

      @@nabeelakhtarr Yes, worked on the first try. Thanks for uploading this video and telling us how to make the macro. That macro is going to save me and others hours and hours of work.

  • @arshinoor6812
    @arshinoor6812 3 года назад

    Thanks very informative

  • @bradodilo7569
    @bradodilo7569 2 года назад

    Thank you for this.

  • @rosalincocharo6971
    @rosalincocharo6971 2 года назад

    Thank you for this video♥️

  • @afhamatha9699
    @afhamatha9699 2 года назад

    Thank you so much

  • @ericosetyawardana3542
    @ericosetyawardana3542 2 года назад

    thanku so much for the macro script, that really helped me

  • @imranbalbale360
    @imranbalbale360 3 года назад +1

    Used MS Word for many years and never knew how to do this. Brilliant tutorial!

  • @explorelocal2051
    @explorelocal2051 2 года назад

    It very handy the first method. Thanks alot✌✌✌

  • @ShubhamKumar-sr5me
    @ShubhamKumar-sr5me 2 года назад

    It's good video to resize images

  • @jellowestrella6202
    @jellowestrella6202 Год назад

    Thank you so.much

  • @muhammadidrismatinja8058
    @muhammadidrismatinja8058 2 года назад

    Wow. Good tutorial

  • @MinhajuddinAhmed
    @MinhajuddinAhmed 27 дней назад +1

    good

  • @wa8754
    @wa8754 3 года назад

    Excellent

  • @davidbr.15
    @davidbr.15 Год назад

    Very usefull!!

  • @meeranmalik
    @meeranmalik 3 года назад

    Wowww... I didn't know any of this

  • @rashataha322
    @rashataha322 2 года назад

    Thanks

  • @marymoniz5011
    @marymoniz5011 2 года назад

    thankyou

  • @shakeelahmed8208
    @shakeelahmed8208 2 года назад +1

    Excellent way of explaining details you can be a best tutor

  • @aleemhussain21
    @aleemhussain21 Год назад

    Thank you.. 👍

  • @piyushranjan7532
    @piyushranjan7532 Год назад

    thanks

  • @jobinkrajanel5902
    @jobinkrajanel5902 Год назад

    Thank you verymuch my dear. This was a really pain to reduce each image size

  • @realworld1626
    @realworld1626 Год назад

    How to change the default photo size
    When we insert photo in Ms word it's size is very big , it covers all the page
    How to change the default settings so when we insert a photo it's Size automatically insert small
    So it will Never cover all the page

  • @orlakelly8863
    @orlakelly8863 2 года назад +4

    If you do an action and want to repeat it, do the action once eg. Re-size to 8cm and click the next image a click F4, repeat multiple times…

    • @kalplata1
      @kalplata1 2 года назад +1

      F4 doesn't work in Mac

  • @miscellaneousista
    @miscellaneousista Год назад

    Heey Nabil Akhtar, Hope you're having a good day. I have a question to you about a code thing for a word template do do such a task automatically for you. How can I contact you? Hope you see my comment and Thank you in advance!

    • @nabeelakhtarr
      @nabeelakhtarr  Год назад

      pls share your email. I will get in touch.

  • @Shapeless.
    @Shapeless. Год назад

    Respectable sir voucher to asani se pta chal raha hai lekin leger ka under nhi samjh aa raha mai inko ratna nhi chahta lekin legder samjh nhi aa raha app bahut acha samjahte hai lekin n jab aage jate hai to piche wala bhool jaata hai but i am never give up I hope I wii do it

    • @nabeelakhtarr
      @nabeelakhtarr  Год назад

      Give nahi karo. Aik method seekh lo phir practice karo bar bar. All the best!

  • @claytonfish8518
    @claytonfish8518 2 года назад

    The Macro code is not displayed

    • @user-yn2qg9lx3y
      @user-yn2qg9lx3y 10 месяцев назад

      Same: I tried many times, but I have never seen the codes. Where did the codes come from? Another video also did not tell where the codes came from. Hope to get more instructions. Thanks!