You should be using the right textbox; instead of:
If Application.CountIf(.Range("E:E"), Me.TextBox1.Value) = 0 Then
If Application.CountIf(.Range("E:E"), Me.TextBox16.Value) = 0 Then