Hi

Can someone tell me how can I stop code execution without using the 'End' statement?

I have several subs and they all call the same function which determines wether code execution should continue or not. I can't use the 'Exit' statement since it will only stop execution in the current function...

Thanks for your time...