Hello,
I want to create UserForm with ComboBox in which there will be list of integer numbers from 1 to i (where 'i' is variable counted by other function)
e.g. i = 6, so on the ComboBox list there will be: 1, 2, 3, 4, 5, 6.
Also I would like to prompt message if user will write in ComboBox something outside of the list. Can anyone show me direction how can I do this?

Thanks for help!