Hi,

In UserForm coding
Set NewControl = CurrentFrame.Controls.Add("forms.combobox.1", "Combo1")

On UserForm
The combo is displayed.


How can I set the Combo_Change event procedure in UserForm coding?
Since no Combo object in the code?

Thank you