Originally posted by thegenesi
Dim arry() As String

as apposed to

Dim arry(2) As String

or is that where redim preserve comes in?
Well ,
Dim arry(2) As String ' here it declares number of elements the array can hold .