D
dar
I would like to write an If statement that will fill more than 2 text boxes.
I can do one at a time like this:
If A = >0 then B = "6"
If A = > 0 then C = "7"
If A = >0 then D = "8"
I would like to say
If A = >0 Then B = "6" And C = "7" And D = "8"
However I get an error
Is there a better way?
I can do one at a time like this:
If A = >0 then B = "6"
If A = > 0 then C = "7"
If A = >0 then D = "8"
I would like to say
If A = >0 Then B = "6" And C = "7" And D = "8"
However I get an error
Is there a better way?