Enumerating the names of *subs* and *functions*
In fact, a function need *not* return a value.
Alan,
I suppose a function could change the value of a global or ByRef variable, but why would I want to
code it as a function rather than as a sub if there is no returned value? Personally, I think I
would use a sub and not a function in that case... just for future ease of understanding my code.
Bernie
|