<< Why can't you simply create a variable first that is referenced in the procedure? That's the way I also do it. >>
That's my fallback plan. But I think the code is clearer using parameter passing, so if possible I'd rather go that way. -- Larry
<< Why can't you simply create a variable first that is referenced in the procedure? That's the way I also do it. >>
That's my fallback plan. But I think the code is clearer using parameter passing, so if possible I'd rather go that way. -- Larry