Ok here comes the n00bie question for the day.
what is the "does not equal" syntax for VBA?
i tried
If x != "" Then
blah blah blah
but it doesnt like != which is what it is for alot of other languages. what is it for VBA?
what is the "does not equal" syntax for VBA?
i tried
If x != "" Then
blah blah blah
but it doesnt like != which is what it is for alot of other languages. what is it for VBA?