Hello,
I have this code:
Which copies the data from the array into the same worksheet it came from. What I would like to do, is have this line export the data to a new worksheet.
Thanks!
I have this code:
Code:
Range("E1").Resize(UBound(MyArray, 1), UBound(MyArray, 2)) = MyArray
Which copies the data from the array into the same worksheet it came from. What I would like to do, is have this line export the data to a new worksheet.
Thanks!