When I open my spreadsheet and delete contents out of a cell, I get a type mismatch error. This is my code:
Private Sub Worksheet_Change(ByVal Target As Range)
'ActiveSheet.Unprotect
Dim ans As String
If Not Intersect(Target, Range("A:A,B:B")) Is Nothing Then...