I am attempting to restrict the user to make a selection from a dropdown list on a form. The user should not be able to type anything else.How do I do this?
Look at protecting the workbook/sheet.............
If it is a ComboBox instead of a ListBox, you need to set the MatchRequiredproperty to True.