I have a combo box, on a form, in excel.

Is there a way to set the row source, so only certain items from the list appear?

in SQL it might be something like this:
SELECT * From tblData WHERE [ColumnData] = txtSelection

(i know that isn't perfect syntax, but you get the idea)