Try this:
PHP Code: 
Sub test()

Dim a As String

Left(Cells(11), 2)

If 
InStr("HE|SE|IN|US|RA|UK"a) = 0 Then MsgBox ("Condition Is True") Else MsgBox ("Condition Is False")

End Sub