MS EXCEL: Using a little VBA to reset the value of a dependent dropdown list

Поділитися
Вставка
  • Опубліковано 30 сер 2015
  • Ken Atigari: Sometimes when you're building tools and forms in Excel, you'd like values in hierarchically dependent drop downs to be reset. For example, when you change the country in a drop drown from UK to Canada, you'd expect that city box is reset from London to a blank box. This video tutorial will show you how you can use VBA to do this in Excel.
  • Наука та технологія

КОМЕНТАРІ • 20

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

    This was spot on what I was looking for. Add the same rule, but change the cell values for how ever many dependent lists you have and you are golden! Thank you so much for making this!

  • @koushikthunuguntla6935
    @koushikthunuguntla6935 Рік тому +1

    how to implement same logic to entire column

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

    Thank you so much. Exactly what I needed!

  • @georgiosvythoulkas9085
    @georgiosvythoulkas9085 6 років тому

    Thank you very much. Thats exactly what i was looking for days.....

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

    Thank you! this was exactly what I needed!

  • @MsHardland
    @MsHardland 7 років тому

    Sir, you are my hero. thanks!

  • @nidamazharali5301
    @nidamazharali5301 6 років тому +1

    Thnak you so much for the very helpful Information.I have a question , if i want to do the same Thing again in the same sheet but this time for the different columns so how to write a code within vba worksheet.Waiting for your ResponsThanks in advance

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

    Thank you. Worked for me.

  • @mkumj
    @mkumj 6 років тому

    Thanks a lot ... very helpful information

  • @tullster21
    @tullster21 7 років тому

    Perfect explanation.

  • @liquid12327
    @liquid12327 7 років тому

    After the excel drop downs are created, is there any way to remove all the information so that just the drop downs show? Or you need to keep all that information (as an example, the information on the right side of your excel sheet) in order for the drop downs to still work?
    Currently, we are working on an excel document, but this example wouldnt work as we cannot have all that information shown on our document twice (once written out to create the lists, then the lists themselves).

  • @shindesachinkumar
    @shindesachinkumar 8 років тому +1

    Awesome!

  • @JayaLakshmi-lm8bq
    @JayaLakshmi-lm8bq 6 років тому +2

    This code only the single cell reset.how to apply the code for entire column? can you help me

    • @jimbradshaw6882
      @jimbradshaw6882 5 років тому +1

      the point where it is-
      range ("c9").value=""
      change to-
      range ("c9:C40").value=""

    • @1990moho
      @1990moho 5 років тому +1

      @@jimbradshaw6882 Not Working. when I changed the first cell value , then automatically changed the other cells values.

  • @plamenpetkov2592
    @plamenpetkov2592 4 роки тому

    Thanks!!!

  • @MaryHaasch
    @MaryHaasch 7 років тому

    Control + Shift + '+' to Zoom-In use '-' to Zoom-Out.

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

    This doesn't work for me.

  • @roybarkayyosef
    @roybarkayyosef 4 роки тому

    too long, should be more direct , yet gave me the info was looking for