chuckchuckit
Well-known Member
- Joined
- Sep 18, 2010
- Messages
- 541
Can I copy all of the elements from one array to the other easily without looping through each element row and column? I would then be deleting all elements from one of the arrays.
I was trying various forms of "With" type coding, using Resize etc that works with "Cells" and "Ranges", but can't seem to get anything similar to work with arrays.
Thanks.
Chuck
Code:
Dim MyArray(200, 30)
Dim MyArray_BKUP(200, 30)
Thanks.
Chuck