VBA to Hide and Unhide Columns on Conditional Basis - Excel VBA Example

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • This Excel VBA Tutorials explains VBA code for columns Hide and Unhide. Also, how to Hide & Unhide Columns basis on conditions using VBA Macro.

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

  • @kumarmanoj207
    @kumarmanoj207 26 дней назад +1

    U just finished my task.

  • @crystalmendoza8140
    @crystalmendoza8140 4 года назад +1

    I don't know anything about VBA and I needed to get a task done at work. After some trial and error (user error, of course!) I finally got it working. I would have never figured it out without this video, thank you!

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

      Great Job! if you need any assistance in VBA, you can write to exceldestination@gmail.com

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

    This is a beginner friendly tutorial, easy to follow and well explained. Thank you so much

  • @jaswantdn7
    @jaswantdn7 3 года назад +2

    Thank you so much, Sir. You have reduced half of my tensions.

  • @frankpartida8685
    @frankpartida8685 4 года назад +1

    Awesome example. Very detailed and easy to follow. Thank You...

  • @MohAboAbdo
    @MohAboAbdo 5 лет назад +1

    Thank you very much for this simple lesson and for this wonderful code

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

    Saved my life! Thanks a lot!!

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

    It is very helpful! Thank you very much!

  • @ThePoolchick
    @ThePoolchick 8 месяцев назад +1

    awesome, thank you for this!

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

    Very well explained .... thank you!

  • @SHS-8
    @SHS-8 2 года назад

    Super useful, Thanks

  • @preethamsshetty8425
    @preethamsshetty8425 4 года назад +1

    Thanks for the Video. Explanations were great. What if the 3rd command was to automatically execute whenever there is "A" in Row 1 without clicking on the button

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

    Nice video

  • @hazemali382
    @hazemali382 4 года назад +1

    more than great

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

    Hi, if don’t want to specify this macro to the current worksheet, how do we change the code?

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

    Thank you, it's a good video¡

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

    Thanks very much for the video. I have a problem you may be able to help me with.
    I have a tab which is formulated to produce a short sentence from data input on previous tabs. If select Yes then sentence is formed on comments page & if left blank then formula for the sentence returns a “FALSE” reading.
    I would like to hide the rows that remain “FALSE” on my comments page through a button.
    Are you please able to help me with this problem?
    Much appreciated.
    Bill

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

      Anybody able to help with this question? Would be much appreciated

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

    In manually we can give value but in automatically how can we give

  • @hemantkulharia2255
    @hemantkulharia2255 4 года назад +1

    need a solution want to hide rows but data is too large how to do it. Needs to hide the row as soon as we write down the word done in certain coloum for the same row ?

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

      I can provide the customized code, that will do your task. Send me email at exceldestination@gmail.com

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

    Thanks! Can I hide rows based on the name of the person who opens the sheet? I have one master file with 30 people who will enter their scores but i only want per person to see his assigned rows only.

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

      yes, absolutely. But, for that you would be required to write additional code.

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

      @@ExcelDestination thanks. Can u share the starting point?

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

    Hi I have a table In Excel wherein Column B have sheets name like 1 2 3 etc and Column C11:G40 has data validation conditions Yes or No. I wants to make Visible sheets if in Column C:G if its Yes and else if its No hide sheets. Can you help on writing this code.

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

    I want unhide columns which are written part

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

    If I have to hide multiple columns using variable, how I can do it

  • @bijalagrawal6097
    @bijalagrawal6097 4 года назад +1

    I want to hide the columns or row, but when i want to unhide it, the password should come first, how can i do this ?

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

      You can take some help from another tutorial for using password through VBA. Link is :
      ruclips.net/video/AE3R5WGgdJc/видео.html

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

    Hello! Great video! I have a doubt. I would like to know if it is possible to perform the hide and unhide column action on the same macro button? For example, Click once hidden, click again unhide. Thank you very much for your attention.

  • @imranmuet
    @imranmuet 2 дня назад

    How to hide tows

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

    i want blank rows hide in selected range how