If One Is Not Enough, …
Microsoft sneaked a couple of ne It is generally accepted that it is a good programming practice to not use monolithic code, but to break functional units of code into separate subs or functions and call these from a control procedure. Functions are very useful for passing values back to the calling procedure, but functions return a single value so what if you want to get more than one value returned to you calling procedure? I have often seen this topic raised in the Excel forums, a statement that a function cannot return multiple values, or a question on how … Continue reading If One Is Not Enough, …