I wouldn't call that building a dynamic array in either case.
--
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
"Rick Rothstein (MVP -
VB)" wrote in
message ...
How did you build a dynamic array without using Redim?
You can use an assignment from the Split and Array functions, as well the
directly assigning another (already dimensioned) array, to do that.
Rick