If Else (*Wicked* easy question!!)
Hi. I'm totally new at VBA so please bear with me...
I'm working on an IF Else statement that has three different options. I've tried a few different things...
I'm not sure how I would do this.
If Certified = 1 then
Do this
Else
If Certified = 2 then
Do this
Else
Do this
End if
(This example doesn't seem to work...)
Again, I've tried this a number of different ways, some of which I can't even remember. Some of them the debugger picks up on and I can fix, but others don't work, though it doesn't tell me where there's a problem.
thanks.
--Sara
Hi. I'm totally new at VBA so please bear with me...
I'm working on an IF Else statement that has three different options. I've tried a few different things...
I'm not sure how I would do this.
If Certified = 1 then
Do this
Else
If Certified = 2 then
Do this
Else
Do this
End if
(This example doesn't seem to work...)
Again, I've tried this a number of different ways, some of which I can't even remember. Some of them the debugger picks up on and I can fix, but others don't work, though it doesn't tell me where there's a problem.
thanks.
--Sara
Last edited: