View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 113
Default Combining two arrays

Is there an easier way to append one array on to another

I know I can a loop from lbound to ubound of an array putting it in ubound+1 with the appropriate redims but I was hoping for something shorter

Also while I am here is there an internal array sort function? and if so can it handle multidimensional arrays?