G
Guest
I have a sub routine that works along and then calls a private sub to open a
file to import. When the 2nd sub errors out (or, more specifically, the user
cancels the selection of a file to import), I have the code go to an error
message and exit that 2nd sub. But then it continues on with the 1st sub from
whence it came and I want it to stop that one also. How do I make the 1st
routine also cancel when the 2nd routine has errored?
file to import. When the 2nd sub errors out (or, more specifically, the user
cancels the selection of a file to import), I have the code go to an error
message and exit that 2nd sub. But then it continues on with the 1st sub from
whence it came and I want it to stop that one also. How do I make the 1st
routine also cancel when the 2nd routine has errored?