View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Brent McIntyre Brent McIntyre is offline
external usenet poster
 
Posts: 23
Default Multidimensional Arrays - VBA

Hi all,

I was wondering what the best way to set-up a
multidimensional array within VBA is.

Here is an example of what I want to do:

Main Variable in array 1 2
Second variable in array Lion Fishing Cat
Third variable in array Big Small

Except in reality I have 151 rows of data and 6 columns
and I want it all to programatic and not refer to a
worksheet.

Any help you may be able to provide would be greatly
appreciated.

Yours sincerely,

Brent McIntyre