View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Clint[_4_] Clint[_4_] is offline
external usenet poster
 
Posts: 3
Default 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!