Jaki jest odpowiednik „! =” W Excel VBA?

Problem polega na tym, !=że nie działa jako funkcja w programie Excel VBA. Chcę móc korzystać If strTest != "" Then zamiast If strTest = "" Then Czy istnieje inne podejście do zrobienia tego poza !=? Moją funkcją naśladowania !=jest Sub test() Dim intTest As Integer Dim strTest As...