View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] marston.gould@allstardirectories.com is offline
external usenet poster
 
Posts: 15
Default General question on multidimensional variables

I have the following situation:

300+ forecasts
Each forecast is built from one of ~4100 candidate structured formula
Each candidate structured formula has 34 items of data


Any variable that I set up that is 300 x 4100 x 34 runs out of memory.

I've tried creating 34 variables each that are 300 x 4100 but that seem very inefficient.