Is this not the correct way to do this? I get an error with it but if I change it to only one value then it works.

Code:
If dt2.Rows(0)("STATUS") = "COMP" Or "CLOSE" Or "CAN" Or "INCOMP" Or "WAPPR" Then
dt.Rows(currentRow).Delete()
End If