tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,913
- Office Version
- 365
- 2019
- Platform
- Windows
I am trying to return the contents of a fairly large array but get this error message:
my array contains about 15000 rows and 50 columns.
If I change the 50 to say 30, it returns the results.
What is the limit re returning arrays?
I am using Excel 365, 64 bit.
Thanks
[/FONT]<strike>
</strike>[/FONT]
Rich (BB code):
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]Application-defined or object-defined error
my array contains about 15000 rows and 50 columns.
Rich (BB code):
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]Sheet1.Cells(1, 1).Resize(15000, 50).Value = MyArray
If I change the 50 to say 30, it returns the results.
What is the limit re returning arrays?
I am using Excel 365, 64 bit.
Thanks
[/FONT]<strike>
</strike>[/FONT]