Here is my situation. I have a series of IF statements. I want to be able to put in code to stop the program from continuing if one of these conditions are met. IF none of the conditions are met the ELSE statement should run.
I have the code working except for the Else statement also runs. I was hoping to put in code at the end of each IF statments to stop the code from continuing.
I think this should be easy but I do not know the syntax. Any help would be greatly appreciated.
I have the code working except for the Else statement also runs. I was hoping to put in code at the end of each IF statments to stop the code from continuing.
I think this should be easy but I do not know the syntax. Any help would be greatly appreciated.