View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default static var/function question

How will you save the data over different sessions of Excel?

--

HTH

RP
(remove nothere from the email address if mailing direct)


wrote in message
ups.com...
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