View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Alan Beban[_2_] Alan Beban[_2_] is offline
external usenet poster
 
Posts: 783
Default How do I resize a named array in Excel from a MxN array to amxn .

CymonM wrote:

How do I resize a named array in Excel from a M by N array to a m by n, where
m and n are variables?

Well, you've got a couple of partial answers.

What's the difference between your M by N array and the resized array
that is m by n? Is M by N different from m by n??? How is the M by N
array declared?

Alan Beban