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...