Hi all.
I am trying to show combboxes on userform to display the data, say customers, in alphabetical order.
I have found the code bellow on MrExcel but it's not working.
I am getting run time error 13, type mismatch.
Private Sub UserForm_Initialize()
ufcbbname.SetFocus
allowed.Text...