how to load the combobox and then how to use the selected value from it in vba?
问题 a question is : how to load a or give value to a combo box list and then call it in my worksheet and get the selected value from it ?i have a module that i want to call my userform1 which include the combobox in it . but when i debug the program it is just a show of the combo box . i think it doesn't do anything ... thanks for your time ..this is the code for user form: Private Sub UserForm_Initialize() With ComboBox1 .AddItem "weibull" .AddItem "log-normal" .AddItem "gambel" .Style =