Autofit Columns and Rows

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

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

  • @mzamnesia7190
    @mzamnesia7190 3 года назад +65

    Tutorial starts at 1:55 for those in a hurry

  • @ExcelAtData
    @ExcelAtData 3 года назад +25

    Nice video Kelly 😊 There is a keyboard shortcut to resize the columns. Press Ctrl + A to select all the cells then ALT + H + O + I to automatically resizing Column widths. Similarly for Rows, Press Ctrl + A to select all the cells then ALT + H + O + A to automatically resizing Row widths.

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

      Thank youuuu

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

    Thank you for simplifying this, I had watched a few videos and still didn’t get it until I watch you clear and concise video explaining how to. Thanks so much for sharing.

  • @yaweli2968
    @yaweli2968 6 месяцев назад

    No running in circles, just straight to the point.Thanks

  • @StevenUpshaw-v6c
    @StevenUpshaw-v6c Год назад

    Thank you so very much. I used to do these adjustments one-by-one. Your video saved me so much time.

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

    Wow this saved me hours of work. Thank you so much hopes all is well 😁🙏

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

    Oh my god, you are life-saving ! Thank you for this useful video

  • @michaeleisenbise4278
    @michaeleisenbise4278 9 месяцев назад

    Great information well presented.

  • @pradeepkumar-yx5uk
    @pradeepkumar-yx5uk 3 года назад

    It's very easiest & simpl way to auto fit in Excel thank u mam

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

    Thank you, this is exactly what I was looking for!☺️

  • @mikelennon1078
    @mikelennon1078 3 года назад +3

    Can you make this Automatic instead of re working every time?

    • @ExcelAtData
      @ExcelAtData 3 года назад +3

      Yes you can, using VBA. Press Alt + F11 to open the Visual Basic Editor (For Mac, press FN + ALT + F11). Under VBAProject --> Microsoft Excel Objects Folder, you should see ThisWorkbook. Click on ThisWorkbook to open it. You should see two dropdowns menus, first one will have "(General)" change this to "Workbook". For the second dropdown, you should see "Declarations", change this to "SheetChange". Then copy and paste the below code in the code area. Save the file as Macro-Enabled Workbook (file format .xlsm). Now the columns and rows will automatically resize. Hope that helps 😊
      Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
      Cells.EntireColumn.AutoFit
      Cells.EntireRow.AutoFit
      End Sub

    • @ExcelAtData
      @ExcelAtData 3 года назад +3

      There is also a keyboard shortcut to resize the columns. Press Ctrl + A to select all the cells then ALT + H + O + I to automatically resizing column widths.

  • @ericnelson4337
    @ericnelson4337 5 лет назад +2

    Thanks. Short, concise and to the point!

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

    Short and clear, thank you.

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

    Explained very well. With short amount of time:)

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

    great video good job

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

    Thank you, easy to understand and follow.

  • @Tubefish07
    @Tubefish07 8 месяцев назад

    Helpful. Thank you!

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

    Has salvado mi vida🎉😅 gracias 👍

  • @florenceonano3785
    @florenceonano3785 10 месяцев назад

    This was helpful. Thanks

  • @christopherstone76
    @christopherstone76 5 лет назад

    Awesome! Well done and thank you very much.

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

    Nice explanation. Do more tutorials!

  • @pwillis7220
    @pwillis7220 5 лет назад

    Thank you for your video. Subscribed.

  • @marioh.4361
    @marioh.4361 Год назад

    great video

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

    clarity, concise and time saving

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

    thank you.very helpful

  • @Latrice-z9c
    @Latrice-z9c Год назад

    Thank you!

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

    That's the way to do it!

  • @dufourrichard856
    @dufourrichard856 5 лет назад +3

    Nice, good info after 1:37. thx

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

    Awesome. Thank you.

  • @bluesapphire7548
    @bluesapphire7548 6 месяцев назад

    Perfect!

  • @pacifiquendayizeye7275
    @pacifiquendayizeye7275 5 лет назад

    thank you very much. really helpful

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

    When we close and open the file that format is not being saved

  • @PaulMerrill
    @PaulMerrill 4 года назад

    Brilliant!!

  • @classyal8035
    @classyal8035 4 года назад

    THANK YOU SO MUCH GOD BLESS

  • @Imtiredyoutube09763
    @Imtiredyoutube09763 4 года назад

    Life saver

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

    VERY INFORMATIVE

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

    THANK U

  • @devvv4616
    @devvv4616 7 лет назад +1

    THANKS A TON!!!!

  • @manojsable8482
    @manojsable8482 4 года назад

    Row height?

  • @smileeey2470
    @smileeey2470 6 лет назад +1

    Thanks

  • @johnkupa8885
    @johnkupa8885 4 года назад

    thanks mehm..

  • @tundralane256
    @tundralane256 6 лет назад

    thank you

  • @ArturAGO
    @ArturAGO 6 лет назад +1

    What about "autofit of merged cells", please?

  • @rayray2001111
    @rayray2001111 4 года назад

    Best

  • @musicaman68
    @musicaman68 6 лет назад +2

    Excel-lent!!!!

  • @odracircomix7359
    @odracircomix7359 6 лет назад

    great

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

    Tq ao much mam

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

    can't be that easy, it just cant. LOL!

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

    thanks \

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

    TALK less thank you

  • @pepsu.gujjar1909
    @pepsu.gujjar1909 3 года назад

    K gare h

  • @MrPink-hm3lm
    @MrPink-hm3lm Год назад

    Thank you!

  • @jerrysamuels8716
    @jerrysamuels8716 6 лет назад +2

    Perfect!

  • @abdallahalsandly4895
    @abdallahalsandly4895 5 лет назад

    thanks

  • @HaroldWoods-b3c
    @HaroldWoods-b3c 7 месяцев назад

    Thank YOU!

  • @silvasaurusrex
    @silvasaurusrex 4 года назад

    Thank you!