How to add items to a combobox in a form in excel VBA?

前端 未结 3 1023
春和景丽
春和景丽 2020-11-28 15:55

I am new to VBA. I want to create a form where a user selects an item of a combobox and the selection runs a macro.I created a user form in VBA but I am unable to add items

3条回答
  •  一个人的身影
    2020-11-28 16:34

    I found this;

    Excel VBA ComboBox Lists

    from here;

    vba- Can a combobox present more then one column on it's textbox part?

    and this may help;

    Populating ComboBoxes VBA

    I added a sort of demo here;

    Playing with populating boxes.xlsm

提交回复
热议问题