Hi,

I have a combobox in a userform that I load with some data and I want the content of the combobox list to be displayed by using the ComboBox1.DropDown command.

The drop down list is actually shown, but while the form is shown in the center of the screen, the drop down list is shown in the upper left hand corner of it.

Is there any possibility to tell the drop down list to appear under the combobox?

Your help will be much appreciated!

Mike1001