Is there a way to use a combobox instead to select the desired record from an underlying spreadsheet? From another post, I've seen a spinner control used to scroll through the records on the worksheet. I need to filter the records in the underlying spreadsheet where column A would represent my row number, column B contains the value to search, and column C contains the criteria where I want it to only display records where column C is blank. It would also be necessary to have the resulting values from column B displayed in the combo box in ascending order.

I'm trying to avoid having to convert this project to MS Access even though I know it would probably work better in that application.