here's the code

If LCase(sev.value = "1" or sev.value = "2" or sev.value = "3") _
AND NOT LCase(onformopen.sev = "1" OR onformopen.sev = "2" OR onformopen.sev = "3") then
Enotify.value=""
End If
End Sub

I still get an error on this Y