Arthur Fuller
fuller.artful at gmail.com
Wed Jun 24 12:29:41 CDT 2009
I totally agree with this concept, JC. Every proc/function should have exactly one exit point, whether or not it includes a specific Return statement (or in VBA, returns a Funcname = xxx) statement. There should only be one such statement, no matter how complex the code; otherwise you make yourself crazy. Arthur