How to save contents of cell range in an array?
dim x as variant
x = Activesheet.Range("A1:L12").value
Tim
"John Uebersax" wrote in message
...
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
|