PDA

View Full Version : Help with Userform



dnb1091
02-24-2015, 10:42 AM
Hello, I apologize for the generic title. I am trying to take a value (actually text) that I receive from a text box in a userform and apply it to an If Then statement. Essentially if the text box returns anything at all I want it to proceed with the If statement.
Thanks for your help.

Bob Phillips
02-24-2015, 03:59 PM
In VBA?


If TextBox.Text = "" Then
'your other if