Is there a way of disabling the ability to click into a combobox and clear the selected entry using the 'backspace/delete' key but still enabling the drop down RowSource to be used?
The RowSource for the combo box includes a 'blank' cell so this can be selected from the combobox if the selected entry needs to be removed, but I want the user to only use the drop down RowSource to select a 'blank' entry rather than clicking into the combo and deleting.
The reason for asking is because I am getting an 'Invalid Property Value' error at times and I think it may be to do with the combobox being cleared using backspace/delete and not selecting the 'blank' value from the RowSource.
Thanks
The RowSource for the combo box includes a 'blank' cell so this can be selected from the combobox if the selected entry needs to be removed, but I want the user to only use the drop down RowSource to select a 'blank' entry rather than clicking into the combo and deleting.
The reason for asking is because I am getting an 'Invalid Property Value' error at times and I think it may be to do with the combobox being cleared using backspace/delete and not selecting the 'blank' value from the RowSource.
Thanks