Hello
I made on combo box and gave name - ComFruit
Under that i added items via UserForm_Initialize()
comComfruit.AddItem "Apple1"
comComfruit.AddItem "Apple2"
comComfruit.AddItem "Apple3"
comComfruit.AddItem "Apple4"
Have one button and button name is ComGeneFruit
I want if from combox if Apple1 is select and then click ComGeneFruit button then object 1 should be open
same for apple 2 for object 2 and apple 3 for object 3 and apple 4 for object 4.
this is just an example having big list of object and drop down list.
Please help.
I made on combo box and gave name - ComFruit
Under that i added items via UserForm_Initialize()
comComfruit.AddItem "Apple1"
comComfruit.AddItem "Apple2"
comComfruit.AddItem "Apple3"
comComfruit.AddItem "Apple4"
Have one button and button name is ComGeneFruit
I want if from combox if Apple1 is select and then click ComGeneFruit button then object 1 should be open
same for apple 2 for object 2 and apple 3 for object 3 and apple 4 for object 4.
this is just an example having big list of object and drop down list.
Please help.