This is virtually the same problem I was having before..
I want a message box to appear if a quantity entered is lower than a specified value.
I am using.......
If textbox = ????? Then
If textbox2 < 10 Then
MsgBox(????????[,vbOKOnly])
End If
End If
Someone please tell me what I'm doing wrong as it is driving me mad.
I want a message box to appear if a quantity entered is lower than a specified value.
I am using.......
If textbox = ????? Then
If textbox2 < 10 Then
MsgBox(????????[,vbOKOnly])
End If
End If
Someone please tell me what I'm doing wrong as it is driving me mad.