Hi, I want to find a code helping me searching for numbers based on numbers in comboboxes.

If combobox1 shows number 1, combobox2 shows number 2 and combobox3 shows number 3, then I want to find the row were column A has the value from combobox1, column B has the value from combobox2 and column C has the value from combobox3. When I have found the row, I need to display the number in cell A1 in sheet1. The comboxes are on a userform and the Columns that need to be searched are in sheet2.

Anyone have a good idea?