D
donna.gough
Good Morning Everybody,
I'm sure I've seen this in a post somewhere but for the life of me I
can not find it ! so here goes.
I have a 2D array...
Dim testarray()
ReDim testarray(1 To 5, 1 To 20)
testarray() = Range("B9:L9").Value
The above line fills the 1st row of the array, BUT HOW DO I FILL THE
THE OTHER ARRAY ROWS USING CELL RANGES ?
Thanks for your help....again
Donna
I'm sure I've seen this in a post somewhere but for the life of me I
can not find it ! so here goes.
I have a 2D array...
Dim testarray()
ReDim testarray(1 To 5, 1 To 20)
testarray() = Range("B9:L9").Value
The above line fills the 1st row of the array, BUT HOW DO I FILL THE
THE OTHER ARRAY ROWS USING CELL RANGES ?
Thanks for your help....again
Donna