UnsolvedCoding
Technical User
I am trying to run a multi-dimensional array but the array keeps slowing down as it goes.
The data is thirteen columns wide and about 15,000 rows deep. The array will pick up the info but the longer it goes the slower it gets.
My computer has a lot of memory available and the info is off a worksheet in Excel that is copied over from three different worksheet at a prior point in the code, so I am a bit baffled as to why the array is slowing down. The copy and past happens quickly and there are no delays when it happens.
Does anyone know why the array would progressivly slow down and why its not realistic to use after about 750 rows of info have been put into the array?
The data is thirteen columns wide and about 15,000 rows deep. The array will pick up the info but the longer it goes the slower it gets.
My computer has a lot of memory available and the info is off a worksheet in Excel that is copied over from three different worksheet at a prior point in the code, so I am a bit baffled as to why the array is slowing down. The copy and past happens quickly and there are no delays when it happens.
Does anyone know why the array would progressivly slow down and why its not realistic to use after about 750 rows of info have been put into the array?