I have an Excel template that has a number of ComboBoxes in which a user will make selctions. I am having the problem of the user being able to override my ComboBox and type anything they want in the Box, thus circumventing the ComboBox choices. Example = ComboBox will have the choices "A", "B" or "C". The user has the ability to type "D" and print out the form with "D" in the ComboBox instead of being forced to choose "A-C".
I want to be able to "lock" the ComboBox so that the user will not be permitted to type anything over top the ComboBox. Any ideas for my problem would be greatly appreciated. Thanks.
I want to be able to "lock" the ComboBox so that the user will not be permitted to type anything over top the ComboBox. Any ideas for my problem would be greatly appreciated. Thanks.