PDA

View Full Version : Solved: Formatting a Multi-Conditional If,Then Statement



Rlb53
08-28-2011, 06:26 PM
I've got two Textboxes in a Userform.
In event that one returns a nullstring a msgbox opens.

How may I format the code below so that in the event both return the assigned values a different msgbox would appear?


If (TextBox10.Value = 1) & (TextBox11.Value = NullString) Then

Rlb53
08-28-2011, 06:45 PM
Once Again.... I got the cart ahead of the horse...

"AND" cured it all....