View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul D Byrne. Paul D Byrne. is offline
external usenet poster
 
Posts: 10
Default ParamArray passed multiple times in nested procedures.

Hi,

Is it possible to pass a ParamArray variable through a number of nested
Sub-routines without using a sheet to dump the values and then re-read or
without getting added dimensions to the variable each time it is passed?

eg First routine called with parmarray, then passed to second procedure from
first.

thanks,

Paul.