When I select two or more rows of data, right-click and select 'Clear Contents' I get a type mismatch error in a macro on the following line:
If Intersect(Target, Range("B5:B200")).Value = "x" Then
How would I prevent this from occurring
If Intersect(Target, Range("B5:B200")).Value = "x" Then
How would I prevent this from occurring