How would I do something like this?

Code:
If Left(Me.lstUsers.Text, 1) != "@", "+" Then
Like how would I make it say "If the first letter on the selected user doesn't equal @ or + Then..."