RibbonX 05 - Dynamic ComboBox, DropDown Control for Excel CustomUI

Поділитися
Вставка
  • Опубліковано 8 вер 2024
  • Build First-Class UI Directly into App Ribbon. RibbonX full e-course. 100% free. XML samples included. For more check: vbaa2z.blogspo...
    Subscribe, Like, and Comment. 🙏Thanks for watching.
    You can now support by buying any of the Projects or Source Code.
    📥Downloads: pamaitech.com/...
    👍 Support: paypal.me/pama...
    ✉️ Contact: contact@pamaitech.com
    📌What to watch next:
    Playlist: www.youtube.co...
    Videos: www.youtube.co...
    #VbaA2z

КОМЕНТАРІ • 45

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

    Your videos are great and your help solving a problem means I can continue with my project. Thank so much for your help.

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

      Glad you found them useful. Do not forget to support the channel, thanks. :)

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

    Thank you very much: that was excellent! Very informative and useful.

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

      You're very welcome!

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

    Exactly what I need. Thanks Pamai

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

    Keep it up Pamai. Thanks for brilliant tut.

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

      Thanks, will do!

  • @glegeant
    @glegeant 9 місяців тому

    Thank you very much. Quite informative. I came across your channel, as I was in search of a way of dynamically updating/refreshing a list in a combobox after new items have been added or deleted, without having to close and reload the Excel spreadsheet.
    Keep on the good work! Cheers Gerard

    • @VBAA2Z
      @VBAA2Z  9 місяців тому

      You're very welcome!

    • @VBAA2Z
      @VBAA2Z  9 місяців тому

      thanks for watching!

  • @user-dp5xg7wf2b
    @user-dp5xg7wf2b 6 місяців тому

    Thanks a lot Pamai!

    • @VBAA2Z
      @VBAA2Z  5 місяців тому

      My pleasure!

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

    Just wow 😮👍

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

      Thanks Azai

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

    thanks for the tutorial!

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

      Happy to help!

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

    👍👍👍

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

    What macro should I need to insert textbox into word document?
    -The size of the box should adjust as more text is written
    -The box shall stay together in case of page-break during writing.

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

    Very nice videos. Is is possible to create an Excel Add-in with bespoke ribbon. But before you make it an add-in you populate a table or known range with a list of values or text. Then you convert it to an addin.
    I would like either a combo box or dropdown to be completely dynamic and refresh against the values in the list and add-in the number of options in the dropdown automatically?
    Doing it this way mean a no-code interface and will open up other avenues for me, for example dynamic hyperlinks to file location etc.
    Thank you very much for making these videos free!

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

      Yes, dynamic Ribbon can be auto created

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

    This is geat, can you go a bit futher like how to assing a default value in the drop down? And how to refresh it if the drop down label source is expanded thanks in advance

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

      You can follow this approach mentioned in RibbonX 06.
      ua-cam.com/video/4UYqTlnz6ck/v-deo.html

  • @jo.si_911
    @jo.si_911 4 роки тому

    First of all...Amazing Channel👍 I have just a short question. How do i retrieve the value of the selected item in a dropdown and populate a label of another control e.g. a button dependent on the selected item in the dropdown??? I just do not get it..😪
    Thx in advance

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

    Hi, if I wanted to utilise a table range from active sheet, how could this be achieved ?

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

    Great! Pamai, if you insert another fruit on the list, how can the dropdown be update without the need to save and reopen the file?

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

      We'll talk about iRibbonUI object and discuss how to accomplish this in next video.
      For dynamicMenu you can simple use
      getContent and invalidateContentOnDrop events.

  •  3 роки тому

    Hi Bro. 12:29
    After choosing "Banana". How to reload selection in dropdown back to the first value "Apple".
    Plz Help me Code VBA. Thank Bro

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

      Check this episode and refer to checkbox Control Invalidate example
      ua-cam.com/video/sbHrUFLSaDo/v-deo.html

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

    there is any option to do a search box in a custom ribbon?

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

      Yes you can add EditBox which can be like a textbox to get input and button as well to get the input and execute your search.
      ua-cam.com/video/4UYqTlnz6ck/v-deo.html

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

    Fantastic, thanks

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

      Glad you liked it!

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

    Hi Pamai, is it possible to introduce an image (photograph), instead of an icon, which is in a certain directory in a Combobox or Dropdown, in the Excel Ribbon?
    If so, do you have a video that explains how?

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

      Hi JCabral, thanks for visit. I'll to recheck dont remember on top of my head

  • @MJLCabral
    @MJLCabral 2 роки тому +2

    Hi, Is it possible to dynamically add images to DropDown items that are in a spreadsheet tab? How?

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

      I haven't tried it but it should be possible.

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

      @@VBAA2Z Will you try to make it and then share?

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

      Sure, will have to check and come back on this.

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

      @@VBAA2Z Great

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

      @@VBAA2Z Any news?