D
devlei
I use dynamic arrays to hold data from certain Calendar items based on
specified criteria .
Before extracting the data I don't know how many items will meet the
criteria so I do one iteration through all the items to count, then
Redim the array, then iterate a second time to fill the array. But
with 900 items in the folder using the OOM, this takes too long.
Is there an easier way to Redim the array without iterating through
twice?
With thanks
specified criteria .
Before extracting the data I don't know how many items will meet the
criteria so I do one iteration through all the items to count, then
Redim the array, then iterate a second time to fill the array. But
with 900 items in the folder using the OOM, this takes too long.
Is there an easier way to Redim the array without iterating through
twice?
With thanks