View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Les Gordon[_2_] Les Gordon[_2_] is offline
external usenet poster
 
Posts: 6
Default redimensioning arrays in subroutines

Th ehelp file tells me this can't be done but before I read that I had been
doing it successfully - some of the time. Are there any rules about when you
can and can't pass an array to a subroutine, change it's dimension (probably
with PRESERVE but not necessarily) and using the modified array after the
subroutine.
--
Les Gordon