I'm using a combobox list to select a value for a cell, i want that the user cannot enter any other data to this cell, only thru the list.
When i try to select the entry from the combobox list, and if by mistake i enter any character, it will go to the cell.
So please how can i be sure that the selected value is part of the list.
Note: the list is loaded thru a macro and contains more than 3000 elements.
Thanks for your help.
When i try to select the entry from the combobox list, and if by mistake i enter any character, it will go to the cell.
So please how can i be sure that the selected value is part of the list.
Note: the list is loaded thru a macro and contains more than 3000 elements.
Thanks for your help.