I have some value : like : Apple , OEM-1 , OEM-10 , ORJ-11

I need a VBA code that check column B to G and if does not find any value (one of them) of above item (Apple , OEM-1 , OEM-10 , ORJ-11) delete the row .

Example : if in one row i have only one of the above item like apple it will not deleted and if i do not have any of them it will delete the row .

Thank you