Can you clarify what does this statement mean, as I'm getting really confused with the and/or:

if InStr(Label2.Caption, "SSL + SET") And _
InStr(Label2.Caption, "digital cash") Or _
InStr(Label2.Caption, "SSL + SET") Then

Does it mean if either SSL + digital cash is selected then.....?

Thanks.