Hi,

I have a subroutine in which i am using an if statement. If case is not satisfied, exit sub. - I'd like to change this to exit program or terminate program execution.

At the moment, I'm using "Exit Sub", but I am going to nest this sub within another.

Is there a similar command to exit the program