The VBA help for matchentry gives an example of only letters, not numbers. I have a userform combobox with matchentry set to "complete" and have had it set to "first letter" and both work for a combobox list containing alpha characters but neither works for two lists containing only numbers.

So if matchentry doesn't work for numbers, is there a workaround? This is for a userform that is not using the worksheet for any data or calculations, so I am wondering if there is a workaround that uses only VBA.