Not that I'm aware of.
However you might switch to a secondary array once you hit 1000 by testing for ubound(yourarray), which is the size of the array.
I suspect you should post technicqal information and requirements, perhaps there's a better means than using arrays, they can skewer performance.
-k