Hi mmcdonal,
You were missing the
strVariable for each condition.
Code:
If strVariable <> "value" Or strVariable <> "secondvalue" Or strVariable <> "etc" Then
<Statement>
End If
Else you can try using SELECT CASE. Check VBScript documention on that.
Hope that helps.
Cheers!
_________________________
- Vijay G
Strive for Perfection