I have a userform combobox that draws its list from a column, then eliminates the duplicates, then alphabetizes the list. I am writing the code in the Office 2013 for windows version of Excel. The application is being used on a Mac, Excel 2011. Everything works great, except when you begin typing the name in the combobox, it only brings up the first character, and then starts typing the rest of the word beginning at the 2nd character. In other words, the autocomplete feature does not work like it does in windows. I'm looking for some help (code examples) to force the combobox to accept multiple character autocomplete.