Comparison operators in VBA
Operator Function = Tests for equality <> Tests for inequality < Less than > Greater than <= Less than or equal to >= Greater than or equal to