View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dean[_6_] Dean[_6_] is offline
external usenet poster
 
Posts: 5
Default Arrays as Arguments in Functions

I'm having some trouble with this function. I want to
preserve the values of array between calls to a function.
But I cannot figure out how to define the argument for the
function and what the call function statement should look
like. Has anyone done this?