tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,924
- Office Version
- 365
- 2019
- Platform
- Windows
This is my data:
What is wrong with this?
Seems to only work if MyArray is declared as a Variant.
Thanks
Code:
1 4
2 5
3 6
Code:
Dim MyArray() As Long
MyArray() = Cells(1, 1).CurrentRegion.Value
Thanks