What is the maximum allowed number of data elements in a data array?

S

slingsh0t

I searched for this answer, but couldn't find it. I'm declaring an
array within some code, and I can't remember: what is the greatest
allowable number of data elements in an array?

Thanks
 
C

Chip Pearson

I don't believe there is a practical upper bound on arrays.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Top