Hello (First Post - Go Easy!)
Having an issue with a Worksheet_Change Event where I'm trying to distinguish what type of action a user has performed within a Column Cell Range. I need to work out if the user has entered a numeric value, characters or whether they have deleted the cell. I cannot work out why with my current solution I can hit the first and last condition but not the second?
I've tried multiple variants of the second condition using solutions like cell value = "", cell value = vbNullString and a few others.
Cheers!
Bookmarks