Functions returning multiple answers
Is there a way to write a function that will return
multiple answers? The function that I would like to
write would have 3 values passed to it and will perform
calculations and I would ultimately like to return about
4-5 of the calculations. Otherwise, this would all have
to be done in a sub which would greatly add to the code.
Thanks!
|