Maybe add a check to see if e is blank:
If Not .exists(e) And e <> vbNullString Then
    .Add e, Nothing
End If