View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Phil Phil is offline
external usenet poster
 
Posts: 2
Default Referring to multiple elements of an array (VB)

Hi, is there a way to refer to multiple elements of an array in a
single instruction, without of course having to loop through the array?
Like in Matlab where one could, for example, refer to first "n"
elements of the second column of an array simply using:
array_example(1:n,2).
thnx for help,

Phil