View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Paul Robinson Paul Robinson is offline
external usenet poster
 
Posts: 208
Default How to initialize a multi-dimensional array

For i = 1 to N

On Mar 5, 3:18*pm, wrote:
I have tried to search the web, but have now found a good way to initialize
a two (or more) dimensional array. *Its easy in most other languages. *Is
there a good way to do it in excel vab?

Thanks!