View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
terence terence is offline
external usenet poster
 
Posts: 18
Default How to declare Multi-dimensional dynamic array?

Hi,

We can declare a dynamic array by:

Dim myArray() As String

But I would like to declare a 2-dimensional dynamic array.
How to do it? Anyone knows?
Thanks a lot!

Terence