View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Uebersax[_2_] John Uebersax[_2_] is offline
external usenet poster
 
Posts: 3
Default How to save contents of cell range in an array?

In a VBA subroutine, how can one, for example, save the contents
(numbers) of the range A1:L12 in the array x(12,12)?

And how does one declare x()?

Thanks in advance.

John Uebersax