I need help taking the text from a text box and using that text in an IF statement. I'm a newbie.
Textbox IF statement
Collapse
X
-
Tags: None
-
I'm guessing that you mean you want to enter a condition in the textbox, such as "A = 4", and then use that as the test in an IF statement - correct?
If so, I think it may be possible, using the Microsoft Scripting engine. Try some searches on that, I think it has been covered here before.Comment
-
Comment