You could make a Combo Box in your spreadsheet using the Forms menu. You would put your choices in a list somewhere in the spreadsheet and then right-click on the new box you made, and choose Format Control. In the Control tab, define the Input Range by refering to the list you just created. Define the Cell Link cell to hold the item number chosen by your drop-down list.
No VBA is required.