D
Drake
Hi again -
I am trying to use the NOT operator to perform an action if it finds that
text in a certain cell is different than stated. What am I doing wrong?
--------------------------
If ComboTest.Value = "Test1" And _
rcell1.Text = Not "Test1" Then
MsgBox "Wrong!"
I am trying to use the NOT operator to perform an action if it finds that
text in a certain cell is different than stated. What am I doing wrong?
--------------------------
If ComboTest.Value = "Test1" And _
rcell1.Text = Not "Test1" Then
MsgBox "Wrong!"