How can I use an OR staement in an If/else block? see examle:
If text1.text = "jan" or "cindy" or "lisa" Then
end If
That would be what I need to do, but that doesnt work.
Any ideas?