View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Dave is offline
external usenet poster
 
Posts: 5
Default VBA syntax help: ReDim Preserve an array

And second, look at ReDim in VBA's help. You'll find that you can only change
the last dimension.

Thanks, Dave. Can you recommend a dynamic way create a N Rows, Y
Columns array where N is uncertain?