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

Поділитися
Вставка
  • Опубліковано 15 вер 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.

КОМЕНТАРІ • 42

  • @kumarmanoj207
    @kumarmanoj207 Місяць тому +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

  • @TheMengdong
    @TheMengdong 2 роки тому +1

    It is very helpful! Thank you very much!

  • @marks1603
    @marks1603 3 роки тому +1

    Very well explained .... thank you!

  • @MarcusViniciusFerreiravferre
    @MarcusViniciusFerreiravferre 3 роки тому +1

    Saved my life! Thanks a lot!!

  • @ThePoolchick
    @ThePoolchick 8 місяців тому +1

    awesome, thank you for this!

  • @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

  • @SHS-8
    @SHS-8 2 роки тому

    Super useful, Thanks

  • @nagadurgaande1413
    @nagadurgaande1413 Рік тому

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

  • @hazemali382
    @hazemali382 4 роки тому +1

    more than great

  • @krs218
    @krs218 2 роки тому +1

    Nice video

  • @JAGDEESHJOSHI-y6z
    @JAGDEESHJOSHI-y6z 3 дні тому

    Please provide me code for hiding specific column with colour

  • @minion1892
    @minion1892 2 роки тому

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

  • @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

  • @rajeevdixit7019
    @rajeevdixit7019 3 роки тому +1

    I want unhide columns which are written part

  • @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.

  • @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

  • @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.

  • @jamesdiaz9740
    @jamesdiaz9740 5 років тому

    Thank you, it's a good video¡

  • @imranmuet
    @imranmuet 6 днів тому

    How to hide tows

  • @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?

  • @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 :
      ua-cam.com/video/AE3R5WGgdJc/v-deo.html

  • @kachachandresh306
    @kachachandresh306 3 роки тому

    i want blank rows hide in selected range how