D
Derick
I have a dynamic array whcih would be redimed to hold
values in 20 rows and four columns TestArray(1 to 20, 4)
How can I refer to the array so that the contents of a row
in the array be sent to the worksheet.
For example Range("A11") = TestArray(1,4)
Derick
values in 20 rows and four columns TestArray(1 to 20, 4)
How can I refer to the array so that the contents of a row
in the array be sent to the worksheet.
For example Range("A11") = TestArray(1,4)
Derick