Thread: Dynamic Arrays
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Sharad Sharad is offline
external usenet poster
 
Posts: 123
Default Dynamic Arrays


When one knows number of elements before hand and need not change number
of elements it during the run time and also not want to clear all
elements during run time.

Please note apart from changing the number of elements, Redim can be
used to clear all the elements of the array, by single, Redim command
without using Preserve.

Sharad

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!