What is the equivalent of “!=” in Excel VBA? January 4, 2023 by Tarik Because the inequality operator in VBA is <> If strTest <> "" Then ..... the operator != is used in C#, C++.