Hi,
Cells C3:C32 have data validation for a dropdown list.
I need to prevent the user from deleting any entries in this column.
The "Ignore Blanks" checkbox doesn't appear to have any effect, so I am using the following code...
Private Sub Worksheet_Change(ByVal Target As Range)
If Not...