View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default 2D variable array

Hi Rbp9ad,

See Dim and Redim in VBA help. See also the accompanying examples.


---
Regards,
Norman


"Rbp9ad" wrote in message
...
how do i declare an array with two dimensions and a variable number of
elements?