View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
[email protected] marc_shivers@yahoo.com is offline
external usenet poster
 
Posts: 6
Default static var/function question

Oh well, thanks for the stab at it though. I think I'll just go with
my first kludgie idea, which is to pass in a second argument so that
the function knows where it's being called from, and then store the
static info in an array to match against the extra argument.

-Marc