View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Trip[_3_] Trip[_3_] is offline
external usenet poster
 
Posts: 44
Default Multi-Dimensional Array Let & Get

Hello all,

Can someone please give me an example of a Let and Get for a
multidimensional array of [say] 10 rows and 2 columns (9, 1). I'm
totaly lost.

What is passed back-and-forth to the class? The index and related
values or the array itself?

Thanks!

Trip