what is excel VBA combobox change event?

前端 未结 1 814
忘掉有多难
忘掉有多难 2021-01-28 10:02

I am writing a VBA code in my excel. I have combox box in my worksheet in excel. I want to run specific sub-routine when different item in the comboxbox is selected by user.

1条回答
  •  迷失自我
    2021-01-28 10:14

    • Go into the code module for your sheet.
    • Select your combobox from the objects dropdown.
    • Change is the default event but if you needed another event the available events are in the other drop down to the right.

    enter image description here

    0 讨论(0)
提交回复
热议问题