Hi rnegde,
With either a ListBox or a ComboBox, here are the steps...
1) First assign range names to your "Input Range" (eg "list_1"

and your "Cell link" (result_1)
2) In the column to the immediate left of your Input Range, enter values for each item - for example if your list is 8 items, then enter 1 to 8.
3) For this 2-column range, assign another range name, for example call it "table_1"
4) In the cell where you want the result to be printed, enter the following formula (which is based on assigned the above range names - you can use whatever range names you deem appropriate)
=VLOOKUP(result_1,table_1,2)
You can even place this formula "underneath" the ListBox or ComboBox, if this makes sense. Sometimes it is preferable depending on the situation.
5) To prevent the ListBox or ComboBox from printing, do the following:
a) Right-click on the box
b) Click the "Properties" tab
c) Un-check "Print object"
I hope this helps and is what you wanted.

Please advise as to how you make out. If you have any questions or difficulty please ask.
Regards, ...Dale Watson dwatson@bsi.gov.mb.ca