mailcmc282
New Member
- Joined
- Jun 27, 2011
- Messages
- 1
Hi,
I have code that is supposed to call the first column in an array, then the second, etc. It works unless the length of the array is > 80,000 (or approx that value). Is there a limit to how large the column length in an array can be? I cannot find anything online about this. If this is the case any help would be appreciate.
dim output_dta () as double
dim statrangeds_ as variant
statsrangeds_ = Application.Index(output_dta, 0, i)
Thank,
CMC
I have code that is supposed to call the first column in an array, then the second, etc. It works unless the length of the array is > 80,000 (or approx that value). Is there a limit to how large the column length in an array can be? I cannot find anything online about this. If this is the case any help would be appreciate.
dim output_dta () as double
dim statrangeds_ as variant
statsrangeds_ = Application.Index(output_dta, 0, i)
Thank,
CMC